fix no realtime notification on user home page

temporary added notification bell ui
This commit is contained in:
Jack Goh
2018-08-25 11:27:08 +08:00
parent 4f4c646b92
commit 31710d2b88
3 changed files with 53 additions and 29 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ class UserController extends Controller
{
$user = Auth::user();
return $user;
return $user->loadMissing('notifications');
}
}