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