1 | <?php |
||
10 | class GeneratorCommand extends Command |
||
11 | { |
||
12 | private $generator; |
||
13 | |||
14 | private $command; |
||
15 | |||
16 | public function __construct(Generator $generator, $command, $config = []) |
||
27 | |||
28 | public function handle() |
||
32 | |||
33 | /** |
||
34 | * Get the console command arguments. |
||
35 | * |
||
36 | * @return array |
||
37 | */ |
||
38 | protected function getArguments() |
||
44 | } |
||
45 |