laravel-fcm-notification
laravel-fcm-notification copied to clipboard
Add orCondition and andCondition methods
I like this concept, but I think it needs a little work. What if $this->condition
is null? I also think andCondition()
could just be merged into condition()
(similar to the way Laravel handles a where
statement), resulting in two methods instead of three: condition()
and orCondition()
. Thoughts?