Use the console kernel.
This commit is contained in:
parent
f66122149a
commit
0a01aca6b4
|
@ -11,7 +11,7 @@ public function createApplication()
|
|||
{
|
||||
$app = require __DIR__.'/../bootstrap/app.php';
|
||||
|
||||
$app->make('Illuminate\Contracts\Http\Kernel')->bootstrap();
|
||||
$app->make('Illuminate\Contracts\Console\Kernel')->bootstrap();
|
||||
|
||||
return $app;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue