mirror of https://github.com/hauke68/Magallanes
Andrés Montañez
13 years ago
2 changed files with 4 additions and 4 deletions
@ -1,17 +1,17 @@
|
||||
<?php |
||||
class Mage_Task_BuiltIn_Symfony_ClearCache |
||||
class Mage_Task_BuiltIn_Symfony1_ClearCache |
||||
extends Mage_Task_TaskAbstract |
||||
{ |
||||
public function getName() |
||||
{ |
||||
return 'Symfony v1 - Clear Cache [built-in]'; |
||||
} |
||||
|
||||
|
||||
public function run() |
||||
{ |
||||
$command = 'symfony cc'; |
||||
$result = $this->_runLocalCommand($command); |
||||
|
||||
|
||||
return $result; |
||||
} |
||||
} |
Loading…
Reference in new issue