@@ -26,7 +26,7 @@ |
||
26 | 26 | $this->loadManager($input, $output); |
27 | 27 | |
28 | 28 | $migrationsPaths = (array) $this->getConfig()->getMigrationPaths(); |
29 | - foreach ($migrationsPaths as $path) { |
|
29 | + foreach($migrationsPaths as $path){ |
|
30 | 30 | $this->verifyMigrationDirectory($path); |
31 | 31 | } |
32 | 32 |
@@ -26,7 +26,8 @@ |
||
26 | 26 | $this->loadManager($input, $output); |
27 | 27 | |
28 | 28 | $migrationsPaths = (array) $this->getConfig()->getMigrationPaths(); |
29 | - foreach ($migrationsPaths as $path) { |
|
29 | + foreach ($migrationsPaths as $path) |
|
30 | + { |
|
30 | 31 | $this->verifyMigrationDirectory($path); |
31 | 32 | } |
32 | 33 |