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 6859892 commit afa4c9eCopy full SHA for afa4c9e
src/app/Console/Commands/Fix.php
@@ -76,7 +76,7 @@ private function fixErrorViews()
76
77
if ($new_contents != $contents) {
78
file_put_contents($errorsDirectory.'/'.$view, $new_contents);
79
- $this->info($view.' has been fixed.');
+ $this->warn($view.' has been fixed.');
80
continue;
81
}
82
0 commit comments