From 0ce75e01a66ba4b13bbe4cbed85564f1dc76bb05 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 16 Sep 2020 08:18:40 -0500 Subject: [PATCH] formatting --- src/Illuminate/Foundation/Console/ComponentMakeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }