Fixed notification default typo ( #31zrc14 )
This commit is contained in:
@ -41,7 +41,7 @@ class Menu extends Component
|
||||
{
|
||||
// Get nofitications
|
||||
$notifications = new \stdClass();
|
||||
$notifications->notifications = [];
|
||||
$notifications->notifications = collect();
|
||||
$notifications->keyword = '';
|
||||
|
||||
event(new NotificationsCreated($notifications));
|
||||
|
Reference in New Issue
Block a user