@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | public function allNotificationsByUser($user) |
45 | 45 | { |
46 | - return $this->user->find($user)->notifications; |
|
46 | + return $this->user->find($user)->notifications; |
|
47 | 47 | } |
48 | 48 | |
49 | 49 | public function unreadNotifcationsByUser($user) |
@@ -16,7 +16,7 @@ |
||
16 | 16 | */ |
17 | 17 | public function register() |
18 | 18 | { |
19 | - //Telescope::night(); |
|
19 | + //Telescope::night(); |
|
20 | 20 | |
21 | 21 | Telescope::filter(function (IncomingEntry $entry) { |
22 | 22 | if ($this->app->environment('local')) { |