Cache configuration file when editing environment or mail settings.
This commit is contained in:
parent
e18391e98a
commit
6220f710df
2 changed files with 6 additions and 0 deletions
|
@ -155,6 +155,9 @@ class UpdateEmailSettings extends Command
|
||||||
|
|
||||||
file_put_contents($file, $envContents);
|
file_put_contents($file, $envContents);
|
||||||
$bar->finish();
|
$bar->finish();
|
||||||
|
|
||||||
|
$this->line('Updating evironment configuration cache file.');
|
||||||
|
$this->call('config:cache');
|
||||||
echo "\n";
|
echo "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -150,6 +150,9 @@ class UpdateEnvironment extends Command
|
||||||
|
|
||||||
file_put_contents($file, $envContents);
|
file_put_contents($file, $envContents);
|
||||||
$bar->finish();
|
$bar->finish();
|
||||||
|
|
||||||
|
$this->line('Updating evironment configuration cache file.');
|
||||||
|
$this->call('config:cache');
|
||||||
echo "\n";
|
echo "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue