@@ -24,7 +24,7 @@ |
||
24 | 24 | { |
25 | 25 | parent::__construct($name); |
26 | 26 | $this->lock = $this->lockFactory->createLock($name); |
27 | - $this->addOption('domain', ['d'], InputOption::VALUE_OPTIONAL, 'Database domain identifier'); |
|
27 | + $this->addOption('domain', ['d'], InputOption::VALUE_OPTIONAL, 'Database domain identifier'); |
|
28 | 28 | } |
29 | 29 | |
30 | 30 | protected function execute(InputInterface $input, OutputInterface $output): int |