mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 12:34:13 +00:00
fix no realtime notification on user home page
temporary added notification bell ui
This commit is contained in:
@@ -19,6 +19,6 @@ class UserController extends Controller
|
||||
{
|
||||
|
||||
$user = Auth::user();
|
||||
return $user;
|
||||
return $user->loadMissing('notifications');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user