Ejemplo n.º 1
0
 public function searchHash()
 {
     $input = Input::all();
     return Users::searchHash($input);
 }