This commit is contained in:
Georgiy Slobodenyuk 2017-09-01 23:39:10 -04:00 committed by GitHub
parent 4e667b620a
commit 7feb8bcedc

View file

@ -161,7 +161,7 @@ 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->line('Updating environment configuration cache file.');
$this->call('config:cache'); $this->call('config:cache');
echo "\n"; echo "\n";
} }