Merge pull request #610 from youanden/patch-1

Fix typo
This commit is contained in:
Dane Everitt 2017-09-01 22:39:56 -05:00 committed by GitHub
commit 09d571ac72

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";
}