Skip to content

Commit 5ad3707

Browse files
committed
boot the application on all artisan commands.
1 parent 9d3c3ea commit 5ad3707

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

artisan

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ require __DIR__.'/bootstrap/autoload.php';
2929

3030
$app = require_once __DIR__.'/start.php';
3131

32+
$app->boot();
33+
3234
/*
3335
|--------------------------------------------------------------------------
3436
| Load The Artisan Console Application

0 commit comments

Comments
 (0)