Open
Description
Hi,
I noticed that if you want to store your Notification in the database, and send them via toDatabase feature, there is an error, because of DatabaseNotification use Illuminate\Database\Eloquent\Model.
The first way to fix it was just replaced Jenssegers\Mongodb\Eloquent\Model in source files, but I sure such hard-coded way looks bad. Any ideas how to make it work without such hacking?
Thanks