1 | <?php |
||
9 | class WidgetMakeCommand extends Command |
||
10 | { |
||
11 | /** |
||
12 | * Get the stub file for the generator. |
||
13 | * |
||
14 | * @return string |
||
15 | * @throws BindingResolutionException |
||
16 | */ |
||
17 | protected function getStub() |
||
27 | |||
28 | /** |
||
29 | * Get the console command options. |
||
30 | * |
||
31 | * @return array |
||
32 | */ |
||
33 | protected function getOptions() |
||
39 | } |
||
40 |