1 | <?php |
||
11 | class SeederMakeCommand extends BaseSeederMakeCommand |
||
12 | { |
||
13 | use ConfirmableTrait; |
||
14 | use ConsoleMakeModuleCommand; |
||
15 | |||
16 | /** |
||
17 | * Get the destination class path. |
||
18 | * |
||
19 | * @param string $name |
||
20 | * |
||
21 | * @throws \Exception |
||
22 | * |
||
23 | * @return string |
||
24 | */ |
||
25 | protected function getPath($name): string |
||
35 | } |
||
36 |