From 5ad3707ca4043f54c9adb4a74bd7bb69e895b707 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 23 Jan 2013 23:43:28 -0600 Subject: [PATCH] boot the application on all artisan commands. --- artisan | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artisan b/artisan index a70a6c64..f47ca23d 100644 --- a/artisan +++ b/artisan @@ -29,6 +29,8 @@ require __DIR__.'/bootstrap/autoload.php'; $app = require_once __DIR__.'/start.php'; +$app->boot(); + /* |-------------------------------------------------------------------------- | Load The Artisan Console Application