| Conditions | 2 |
| Paths | 2 |
| Total Lines | 12 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 40 | $creator->create($this->argument('name'), $create); |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Get a the migration creator class. |
||
| 45 | * |
||
| 46 | * @return Yarak\Migrations\MigrationCreator |
||
| 47 | */ |
||
| 48 | protected function getCreator() |
||
| 49 | { |
||
| 50 | $config = Config::getInstance($this->configArray); |
||
| 51 | |||
| 52 | $migratorType = ucfirst($config->get('migratorType')); |
||
| 59 |