Fixes clear cache command
This commit is contained in:
parent
ef1c91c10d
commit
c8d76c18e4
|
|
@ -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) {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue