Skip to content

Commit 0ce75e0

Browse files
committed
formatting
1 parent 468b1be commit 0ce75e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/ComponentMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function writeView()
6262
}
6363

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

6767
return;
6868
}

0 commit comments

Comments
 (0)