fixed notifications class
This commit is contained in:
@ -44,7 +44,7 @@ class Reminder extends Component
|
||||
{
|
||||
$limit = 5;
|
||||
|
||||
$notifications = getNotifications($limit);
|
||||
$notifications = $this->getNotifications($limit);
|
||||
|
||||
return view('livewire.common.notifications.reminder', compact('notifications'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user