Skip to content

Commit afa4c9e

Browse files
authored
Update src/app/Console/Commands/Fix.php
1 parent 6859892 commit afa4c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Console/Commands/Fix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private function fixErrorViews()
7676

7777
if ($new_contents != $contents) {
7878
file_put_contents($errorsDirectory.'/'.$view, $new_contents);
79-
$this->info($view.' has been fixed.');
79+
$this->warn($view.' has been fixed.');
8080
continue;
8181
}
8282

0 commit comments

Comments
 (0)