Integrate octane in preload.php

Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
benbrummer 2025-01-11 22:21:56 +01:00 committed by GitHub
parent 2f6293329c
commit e7bfc05be9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -144,12 +144,12 @@ class Preloader
__DIR__ . '/vendor/laravel/framework/src/Illuminate/Http/Testing',
__DIR__ . '/vendor/laravel/framework/src/Illuminate/Testing',
__DIR__ . '/vendor/laravel/framework/src/Illuminate/Foundation/Testing',
__DIR__ . '/vendor/laravel/octane/src/Testing',
])
->ignore(
\Illuminate\Filesystem\Cache::class,
\Illuminate\Log\LogManager::class,
\Illuminate\Http\Testing\File::class,
\Illuminate\Http\UploadedFile::class,
\Illuminate\Support\Carbon::class,
\Illuminate\Console\View\Components\Choice::class,
\Laravel\Octane\Tables\OpenSwooleTable::class,
\Laravel\Octane\Tables\SwooleTable::class,
\Laravel\Octane\WorkerExceptionInspector::class,
)
->load();