azar7304
azar7304
FFilament
Created by azar7304 on 12/12/2023 in #❓┊help
how can i change notification database query
But I did not change anything Actually, The new component that I made is not working
6 replies
FFilament
Created by azar7304 on 12/12/2023 in #❓┊help
how can i change notification database query
I did this: in AppServiceProvider boot method
Livewire::component('database-notifications', DatabaseNotifications::class);
$this->app->bind(BaseDatabaseNotifications::class, DatabaseNotifications::class);
Livewire::component('database-notifications', DatabaseNotifications::class);
$this->app->bind(BaseDatabaseNotifications::class, DatabaseNotifications::class);
6 replies
FFilament
Created by azar7304 on 12/12/2023 in #❓┊help
how can i change notification database query
But there is nothing about customizing query of Notification Database
6 replies