File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function setDeviceTokens($tokens)
5858 */
5959 public function getDeviceToken ()
6060 {
61- if ($ this ->deviceTokens ->isEmpty () == false ) {
61+ if ($ this ->deviceTokens ->isEmpty () === false ) {
6262 return $ this ->deviceTokens ->first ();
6363 } else {
6464 throw new \InvalidArgumentException ('The Mobile Notification must have a Device Token! ' );
@@ -70,7 +70,7 @@ public function getDeviceToken()
7070 */
7171 public function getDeviceTokens ()
7272 {
73- if ($ this ->deviceTokens ->isEmpty () == false ) {
73+ if ($ this ->deviceTokens ->isEmpty () === false ) {
7474 return $ this ->deviceTokens ->toArray ();
7575 } else {
7676 throw new \InvalidArgumentException ('The Mobile Notification must have a Device Token! ' );
You can’t perform that action at this time.
0 commit comments