Lars
Database Notification component on a simple page
I tried creating a livewire component that extends the real component.
<?php
namespace App\Livewire\Filament\Livewire;
use Filament\Livewire\DatabaseNotifications as DatabaseNotificationsBase;
class DatabaseNotifications extends DatabaseNotificationsBase{
}
2 replies