mirror of https://github.com/hauke68/Magallanes
parent
27423f1f3e
commit
6c5aaa04da
@ -1,13 +0,0 @@ |
|||||||
<?php |
|
||||||
|
|
||||||
namespace Command; |
|
||||||
|
|
||||||
use Mage\Command\AbstractCommand; |
|
||||||
|
|
||||||
class MyCommand extends AbstractCommand |
|
||||||
{ |
|
||||||
public function run() |
|
||||||
{ |
|
||||||
return 0; |
|
||||||
} |
|
||||||
} |
|
@ -1,11 +0,0 @@ |
|||||||
<?php |
|
||||||
|
|
||||||
namespace Command; |
|
||||||
|
|
||||||
class MyInconsistentCommand |
|
||||||
{ |
|
||||||
public function run() |
|
||||||
{ |
|
||||||
return 0; |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue