edvinaskrucas / notification

Notification package for Laravel
MIT License
526 stars 98 forks source link

Make Notification\Collection::contains() compatible with Illuminate\Supp... #31

Closed hughgrigg closed 10 years ago

hughgrigg commented 10 years ago

Getting Declaration of Krucas\Notification\Collection::contains() should be compatible with Illuminate\Support\Collection::contains($value) error with laravel/framework 4.2.7. I believe this fixes the issue.

hughgrigg commented 10 years ago

Same issue as https://github.com/edvinaskrucas/notification/pull/30