From e7bfc05be9d791db50b6dc34ae2c6e973dfd2732 Mon Sep 17 00:00:00 2001 From: benbrummer Date: Sat, 11 Jan 2025 22:21:56 +0100 Subject: [PATCH] Integrate octane in preload.php Signed-off-by: benbrummer --- preload.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/preload.php b/preload.php index fd0f0527ff..70926fe056 100644 --- a/preload.php +++ b/preload.php @@ -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();