Fixes clear cache command

This commit is contained in:
Sam Georges 2014-06-12 19:02:30 +10:00
parent ef1c91c10d
commit c8d76c18e4
1 changed files with 1 additions and 0 deletions

View File

@ -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) {}