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 aaae22f commit 06f31edCopy full SHA for 06f31ed
src/OneSignalPayloadFactory.php
@@ -40,6 +40,11 @@ protected static function isTargetingEmail($targeting)
40
return is_array($targeting) && array_key_exists('email', $targeting);
41
}
42
43
+ /**
44
+ * @param mixed $targeting
45
+ *
46
+ * @return bool
47
+ */
48
protected static function isTargetingTags($targeting)
49
{
50
return is_array($targeting) && array_key_exists('tags', $targeting);
0 commit comments