Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Laralum/Notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
24aitor committed Dec 18, 2017
2 parents b70302a + f7d6e4e commit 3c76538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Injectors/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
'counter' => Laralum\Users\Models\User::findOrFail(Auth::id())->unreadNotifications->count(),
],
[
'text' => __('laralum_notifications::general.create_notification'),
'url' => route('laralum::notifications.create'),
'text' => __('laralum_notifications::general.create_notification'),
'url' => route('laralum::notifications.create'),
'permission' => 'laralum::notifications.create',
],
];

0 comments on commit 3c76538

Please sign in to comment.