Exemplo n.º 1
0
 public static function getReceiver($message)
 {
     $user = user::Where('id', $message->to_user_id)->first();
     return $user;
 }