We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5c5786 + 9114ff2 commit 1eb3e0eCopy full SHA for 1eb3e0e
1 file changed
src/Console/Commands/AlertCreateCommand.php
@@ -52,7 +52,7 @@ public function handle(): bool
52
return false;
53
}
54
55
- if (!$this->withoutView()) {
+ if (! $this->withoutView()) {
56
$this->writeBladeView();
57
58
0 commit comments