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