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