From c8d76c18e4d305eaa35c733365a7dd3afc5b713a Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Thu, 12 Jun 2014 19:02:30 +1000 Subject: [PATCH] Fixes clear cache command --- modules/system/console/CacheClear.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/console/CacheClear.php b/modules/system/console/CacheClear.php index cd81f03ce..3676f6512 100644 --- a/modules/system/console/CacheClear.php +++ b/modules/system/console/CacheClear.php @@ -53,6 +53,7 @@ class CacheClear extends ClearCommand { try { $command = App::make('System\Console\CacheClear'); + $command->setLaravel(App::make('app')); $command->fire(); } catch (\Exception $ex) {}