diff --git a/src/Console/Commands/AlertCreateCommand.php b/src/Console/Commands/AlertCreateCommand.php index 6b902eae1b43947261fe789bb1211451c15b1360..867e71c37f5c91067bf4d2a93899ebcc118017d9 100644 --- a/src/Console/Commands/AlertCreateCommand.php +++ b/src/Console/Commands/AlertCreateCommand.php @@ -52,7 +52,7 @@ class AlertCreateCommand extends GeneratorCommand implements PromptsForMissingIn return false; } - if (!$this->withoutView()) { + if (! $this->withoutView()) { $this->writeBladeView(); }