Example #1
0
 /**
  * @param $id
  * @return array|object|string
  */
 public static function findProfileById($id)
 {
     return Request::getProfileById($id);
 }