From 2aa22cba9077fd752a4ed37a0833eb1dfb8e7332 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Sun, 23 May 2021 17:13:51 +0200 Subject: [PATCH] Update src/Commands/ComponentCommand.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- src/Commands/ComponentCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/ComponentCommand.php b/src/Commands/ComponentCommand.php index 96b8a3f..f9761ef 100644 --- a/src/Commands/ComponentCommand.php +++ b/src/Commands/ComponentCommand.php @@ -15,7 +15,7 @@ class ComponentCommand extends Command { $name = Str::studly($this->argument('name')); - if (!is_dir($path = app_path('Airwire'))) { + if (! is_dir($path = app_path('Airwire'))) { mkdir($path); }