Fix app service provider and register the provider into bootstrap/app.php

This commit is contained in:
Afiq Hamzah
2024-08-09 21:45:01 +08:00
parent 64ee914e85
commit 2e0b2742cd
2 changed files with 8 additions and 7 deletions
+1
View File
@@ -124,4 +124,5 @@ $app->middleware([
$app->register(\Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class);
$app->register(\Laravel\Tinker\TinkerServiceProvider::class);
$app->register(\App\Providers\AppServiceProvider::class);
return $app;