fenos / Notifynder

Easy Internal Notification management for laravel 4.* / 5.*
MIT License
432 stars 86 forks source link

Can I hidden some fields in the getNotifications? #271

Closed szpnygo closed 7 years ago

szpnygo commented 7 years ago

hidden some unuseful fields

Gummibeer commented 7 years ago

Which fields exactly do you want to hide? And what do you mean with "hide"?

These parts are default laravel eloquent queries and relations. So you can use all methods from there or edit the collection after it.