1 | <?php |
||
7 | final class MakeStorableEventCommand extends GeneratorCommand |
||
8 | { |
||
9 | protected $name = 'make:storable-event'; |
||
10 | |||
11 | protected $description = 'Create a storable event'; |
||
12 | |||
13 | protected $type = 'Domain event'; |
||
14 | |||
15 | protected function getStub() |
||
19 | |||
20 | protected function getDefaultNamespace($rootNamespace) |
||
24 | } |
||
25 |