| 1 | <?php |
||
| 9 | class MakeMigration extends YarakCommand |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Configure the command. |
||
| 13 | */ |
||
| 14 | protected function configure() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Handle the command. |
||
| 33 | */ |
||
| 34 | protected function handle() |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Get a the migration creator class. |
||
| 45 | * |
||
| 46 | * @return Yarak\Migrations\MigrationCreator |
||
| 47 | */ |
||
| 48 | protected function getCreator() |
||
| 58 | } |
||
| 59 |