Skip to content

Commit 7feb8bc

Browse files
authored
Fix typo
1 parent 4e667b6 commit 7feb8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/UpdateEmailSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function handle()
161161
file_put_contents($file, $envContents);
162162
$bar->finish();
163163

164-
$this->line('Updating evironment configuration cache file.');
164+
$this->line('Updating environment configuration cache file.');
165165
$this->call('config:cache');
166166
echo "\n";
167167
}

0 commit comments

Comments
 (0)