diff --git a/bootstrap/app.php b/bootstrap/app.php index c696f3bf..66bdfdf5 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -26,12 +26,12 @@ $app = new Illuminate\Foundation\Application( | */ -$app->bind( +$app->singleton( 'Illuminate\Contracts\Http\Kernel', 'App\Http\Kernel' ); -$app->bind( +$app->singleton( 'Illuminate\Contracts\Console\Kernel', 'App\Console\Kernel' );