Skip to content

Commit

Permalink
boot the application on all artisan commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 24, 2013
1 parent 9d3c3ea commit 5ad3707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions artisan
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ require __DIR__.'/bootstrap/autoload.php';

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

$app->boot();

/*
|--------------------------------------------------------------------------
| Load The Artisan Console Application
Expand Down

0 comments on commit 5ad3707

Please sign in to comment.