Skip to content

Commit a46bb70

Browse files
Apply fixes from StyleCI (#275)
1 parent 98b7d5c commit a46bb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Statements/SendStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function output()
7575

7676
public function isNotification()
7777
{
78-
return $this->type() === SendStatement::TYPE_NOTIFICATION_WITH_FACADE || $this->type() === SendStatement::TYPE_NOTIFICATION_WITH_MODEL;
78+
return $this->type() === SendStatement::TYPE_NOTIFICATION_WITH_FACADE || $this->type() === SendStatement::TYPE_NOTIFICATION_WITH_MODEL;
7979
}
8080

8181
private function mailOutput()

0 commit comments

Comments
 (0)