Make config caching less aggressive

This commit is contained in:
Anand Capur 2017-10-07 14:45:31 -07:00
parent acdc78e89d
commit b08d6a4b9d
No known key found for this signature in database
GPG key ID: D2CF19AAD5272522
5 changed files with 2 additions and 14 deletions

View file

@ -92,7 +92,6 @@ class EmailSettingsCommand extends Command
$this->writeToEnvironment($this->variables);
$this->line('Updating stored environment configuration file.');
$this->call('config:cache');
$this->line('');
}