Skip to content

Commit

Permalink
Prompt User to Re-Import System Config Post-Lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pykettk committed Nov 7, 2022
1 parent 22fb4da commit 613e09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Console/Command/IndexerLockAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ protected function execute(
}

$this->configWriter->saveConfig([ConfigFilePool::APP_CONFIG => ['indexers' => $indexerConfig]], true);
$output->writeln("\nIndexers locked. Please run app:config:import.");
}

/**
Expand Down

0 comments on commit 613e09c

Please sign in to comment.