Database Notifications Slideover Custom Model
Hello,
I love the
I tried doing an override of
And then putting it in the AppServiceProvider:
But no luck; the slideover panel is still showing for the logged-in User instead of my other Notifiable entity.
I love the
@livewire('notifications') panel, and have almost everything working correctly... but how do I use a Model (with the Notifiable trait on it, of course) that isn't User?I tried doing an override of
Filament\Livewire\DatabaseNotifications like so:And then putting it in the AppServiceProvider:
But no luck; the slideover panel is still showing for the logged-in User instead of my other Notifiable entity.