Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 16, 2020
1 parent 468b1be commit 0ce75e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/ComponentMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected function writeView()
}

if ($this->files->exists($path) && ! $this->option('force')) {
$this->warn('View already exists');
$this->error('View already exists!');

return;
}
Expand Down

0 comments on commit 0ce75e0

Please sign in to comment.