@@ -280,7 +280,7 @@ |
||
280 | 280 | { |
281 | 281 | $migrations = []; |
282 | 282 | |
283 | - $this->migrationRepository->all()->each(function ($migrationEntity) use (&$migrations, $onlyWithStatus) { |
|
283 | + $this->migrationRepository->all()->each(function($migrationEntity) use (&$migrations, $onlyWithStatus) { |
|
284 | 284 | /** @var \Triadev\EsMigration\Models\Entity\ElasticsearchMigration $migrationEntity */ |
285 | 285 | if (is_array($onlyWithStatus) && !in_array($migrationEntity->status, $onlyWithStatus)) { |
286 | 286 | return; |