laravel-notification-channels / webpush

Webpush notifications channel for Laravel.
http://laravel-notification-channels.com
MIT License
670 stars 118 forks source link

Exception when I have LazyLoading disabled #171

Closed bojmaliev closed 2 years ago

bojmaliev commented 2 years ago

I'm using this package and I have LazyLoading disabled.

I got this error when I tried to send notification to multiple users.

Attempted to lazy load [pushSubscriptions] on model [App\Models\User] but lazy loading is disabled.

Any idea how we can eager load this?