@@ -42,8 +42,9 @@ |
||
42 | 42 | protected function execute(InputInterface $input, OutputInterface $output) |
43 | 43 | { |
44 | 44 | $domain = $input->getArgument('domain'); |
45 | - if ($domain) |
|
46 | - return $this->migrateByDomain($domain, $input, $output); |
|
45 | + if ($domain) { |
|
46 | + return $this->migrateByDomain($domain, $input, $output); |
|
47 | + } |
|
47 | 48 | |
48 | 49 | $domains = $this->databaseSwitchService->getAllDomains(); |
49 | 50 |