benwilkins / laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel
MIT License
213 stars 91 forks source link

Add orCondition and andCondition methods #32

Open ViktorLalev opened 5 years ago

benwilkins commented 5 years ago

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?