| 1 | <?php |
||
| 10 | class VueGeneratorsCommand extends Command |
||
| 11 | { |
||
| 12 | use Paths; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Create path for file. |
||
| 16 | * |
||
| 17 | * @param Filesystem $filesystem |
||
| 18 | * @param string $type File type. |
||
| 19 | * |
||
| 20 | * @return string |
||
| 21 | */ |
||
| 22 | protected function createPath(Filesystem $filesystem, $type) |
||
| 34 | |||
| 35 | protected function checkFileExists(Filesystem $filesystem, $path, $name) |
||
| 41 | } |
||
| 42 |