Working on more Stacky setup.
This commit is contained in:
4
artisan
4
artisan
@@ -29,8 +29,6 @@ require __DIR__.'/bootstrap/autoload.php';
|
||||
|
||||
$app = require_once __DIR__.'/bootstrap/start.php';
|
||||
|
||||
$app->boot();
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Load The Artisan Console Application
|
||||
@@ -43,6 +41,8 @@ $app->boot();
|
||||
|
|
||||
*/
|
||||
|
||||
$app->setRequestForConsoleEnvironment();
|
||||
|
||||
$artisan = Illuminate\Console\Application::start($app);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user