mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-02 22:57:00 +00:00
fix syntax error preload.php
Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
10
preload.php
10
preload.php
@@ -147,19 +147,13 @@ class Preloader
|
||||
__DIR__ . '/vendor/laravel/octane/src/Testing',
|
||||
])
|
||||
->ignore(
|
||||
->ignore(
|
||||
\Illuminate\Filesystem\Cache::class,
|
||||
\Illuminate\Http\UploadedFile::class,
|
||||
\Illuminate\Log\LogManager::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,
|
||||
\Laravel\Octane\Tables\SwooleTable::class,
|
||||
\Laravel\Octane\WorkerExceptionInspector::class,
|
||||
)
|
||||
->load();
|
||||
|
||||
Reference in New Issue
Block a user