diff --git a/src/Models/Statements/SendStatement.php b/src/Models/Statements/SendStatement.php index e24cffcd..8e72ada5 100644 --- a/src/Models/Statements/SendStatement.php +++ b/src/Models/Statements/SendStatement.php @@ -75,7 +75,7 @@ public function output() public function isNotification() { - 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; } private function mailOutput()