From 4d8ebe6f4f63b2859c43de9c6e96559aaefa3d67 Mon Sep 17 00:00:00 2001 From: Jason McCreary Date: Thu, 25 Jun 2020 15:18:18 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Models/Statements/SendStatement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()