We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e667b6 commit 7feb8bcCopy full SHA for 7feb8bc
app/Console/Commands/UpdateEmailSettings.php
@@ -161,7 +161,7 @@ public function handle()
161
file_put_contents($file, $envContents);
162
$bar->finish();
163
164
- $this->line('Updating evironment configuration cache file.');
+ $this->line('Updating environment configuration cache file.');
165
$this->call('config:cache');
166
echo "\n";
167
}
0 commit comments