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