Skip to content

Commit 1eb3e0e

Browse files
Merge pull request #40 from Laragear/analysis-7PbOD2
Apply fixes from StyleCI [ci skip] [skip ci]
2 parents d5c5786 + 9114ff2 commit 1eb3e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Console/Commands/AlertCreateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function handle(): bool
5252
return false;
5353
}
5454

55-
if (!$this->withoutView()) {
55+
if (! $this->withoutView()) {
5656
$this->writeBladeView();
5757
}
5858

0 commit comments

Comments
 (0)