Change namespace

This commit is contained in:
Darko Gjorgjijoski
2024-01-27 23:53:20 +01:00
parent aef8b228b8
commit 6b80b5f48d
550 changed files with 3398 additions and 3278 deletions

View File

@@ -28,17 +28,17 @@ $app = new Illuminate\Foundation\Application(
$app->singleton(
Illuminate\Contracts\Http\Kernel::class,
Crater\Http\Kernel::class
InvoiceShelf\Http\Kernel::class
);
$app->singleton(
Illuminate\Contracts\Console\Kernel::class,
Crater\Console\Kernel::class
InvoiceShelf\Console\Kernel::class
);
$app->singleton(
Illuminate\Contracts\Debug\ExceptionHandler::class,
Crater\Exceptions\Handler::class
InvoiceShelf\Exceptions\Handler::class
);
/*