Add laravel/tinker
This commit is contained in:
+2
-1
@@ -60,6 +60,7 @@ $app->singleton(
|
||||
*/
|
||||
|
||||
$app->configure('app');
|
||||
$app->configure('tinker');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -117,5 +118,5 @@ $app->middleware([
|
||||
]);
|
||||
|
||||
$app->register(\Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class);
|
||||
|
||||
$app->register(\Laravel\Tinker\TinkerServiceProvider::class);
|
||||
return $app;
|
||||
|
||||
Reference in New Issue
Block a user