Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 5 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class MigrateMakeCommand extends Command |
||
10 | { |
||
11 | protected $signature = 'make:content-migration {name : The name of the content migration}'; |
||
12 | |||
13 | protected $description = 'Create a new content migration file'; |
||
14 | |||
15 | public function handle() |
||
22 | } |
||
23 | |||
24 | protected function writeMigration($name, $table = null, $create = null) |
||
43 |