Exemplo n.º 1
0
 public static function administrator($id)
 {
     return Administrator::where('user_id', '=', $id)->get();
 }