diff --git a/src/Illuminate/Foundation/Console/ComponentMakeCommand.php b/src/Illuminate/Foundation/Console/ComponentMakeCommand.php index a7d262fac11f..b0f64908965f 100644 --- a/src/Illuminate/Foundation/Console/ComponentMakeCommand.php +++ b/src/Illuminate/Foundation/Console/ComponentMakeCommand.php @@ -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; }