| Total Complexity | 4 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class PublishMigrationCommand extends Command |
||
| 11 | { |
||
| 12 | /** @var string */ |
||
| 13 | protected $signature = 'module:publish-migration |
||
| 14 | {module? : The name of the module to publish migrations for}'; |
||
| 15 | |||
| 16 | /** @var string */ |
||
| 17 | protected $description = 'Publish the migrations for a module.'; |
||
| 18 | |||
| 19 | public function handle(): void |
||
| 32 | } |
||
| 33 | } |
||
| 34 | |||
| 35 | private function publish(Module $module): void |
||
| 43 |