mirror of https://github.com/hauke68/Magallanes
Claudio Zizza
10 years ago
2 changed files with 24 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
namespace Command; |
||||||
|
|
||||||
|
use Mage\Command\AbstractCommand; |
||||||
|
|
||||||
|
class MyCommand extends AbstractCommand |
||||||
|
{ |
||||||
|
public function run() |
||||||
|
{ |
||||||
|
return 0; |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue