edvinaskrucas / notification

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

fixed collection contains() bug #51

Closed Kaishiyoku closed 9 years ago

Kaishiyoku commented 9 years ago

Fixed a bug for the Collection class (added'contains()' method)

Kaishiyoku commented 9 years ago

Please note: this fix is for Laravel 4.1.x only - under Laravel 4.2.x the Illuminate\Support\Collection class has a contains method.