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.
1 parent 98b7d5c commit a46bb70Copy full SHA for a46bb70
src/Models/Statements/SendStatement.php
@@ -75,7 +75,7 @@ public function output()
75
76
public function isNotification()
77
{
78
- return $this->type() === SendStatement::TYPE_NOTIFICATION_WITH_FACADE || $this->type() === SendStatement::TYPE_NOTIFICATION_WITH_MODEL;
+ return $this->type() === SendStatement::TYPE_NOTIFICATION_WITH_FACADE || $this->type() === SendStatement::TYPE_NOTIFICATION_WITH_MODEL;
79
}
80
81
private function mailOutput()
0 commit comments