Skip to content

Commit e28dfc1

Browse files
committed
Clear cache afer config import
1 parent af3041d commit e28dfc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/Site/DbImportCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
210210
if ($this->getDrupalVersion() === 8) {
211211
$config_commands[] = sprintf('cd %s', $this->shellPath($this->getWebRoot()));
212212
$config_commands[] = 'drupal config:import';
213+
$config_commands[] = 'drupal cache:rebuild';
213214
$config_command = implode(' && ', $config_commands);
214215

215216
$this->io->commentBlock($config_command);

0 commit comments

Comments
 (0)