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'); } }