From 3b66320134369dafaf0313ec84bf66d00a06b910 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Sun, 23 May 2021 17:14:00 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Commands/ComponentCommand.php b/src/Commands/ComponentCommand.php index f9761ef..51e1a8a 100644 --- a/src/Commands/ComponentCommand.php +++ b/src/Commands/ComponentCommand.php @@ -50,8 +50,7 @@ class ComponentCommand extends Command )); $this->line("✨ Component app/Airwire/{$name}.php has been created and registered!"); - } catch (Exception $exception) - { + } catch (Exception $exception) { $this->error('The component could not be registered. Please check your app/Providers/AppServiceProvider.php'); } }