added classes to ignore list again, execpt \Illuminate\Http\Testing\File::class,

Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
benbrummer 2025-01-12 09:44:39 +01:00 committed by GitHub
parent 8abb714500
commit 2494d2c4a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -147,6 +147,16 @@ class Preloader
__DIR__ . '/vendor/laravel/octane/src/Testing',
])
->ignore(
->ignore(
\Illuminate\Filesystem\Cache::class,
\Illuminate\Http\UploadedFile::class,
\Illuminate\Log\LogManager::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,
)
\Illuminate\Console\View\Components\Choice::class,
\Laravel\Octane\Tables\OpenSwooleTable::class,
\Laravel\Octane\Tables\SwooleTable::class,