Fix typo
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
This commit is contained in:
parent
b342a239e7
commit
a708dea9cd
|
@ -94,7 +94,7 @@ class AddMissingIndices extends Command {
|
||||||
$indexes = $this->indexManager->getPending();
|
$indexes = $this->indexManager->getPending();
|
||||||
|
|
||||||
foreach ($indexes as $index) {
|
foreach ($indexes as $index) {
|
||||||
$output->writeln('<info>Adding additonal ' . $index->getName() . ' index to the ' . $index->getTable() . ' this can take some time..</info>');
|
$output->writeln('<info>Adding additional ' . $index->getName() . ' index to the ' . $index->getTable() . ' this can take some time …</info>');
|
||||||
$index->add();
|
$index->add();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue