Example #1
0
function online()
{
    return OnlineUser::with('user')->get();
}