Example #1
0
 public function validarNoRepit($text)
 {
     $brands = Station::where('nombre', '=', $text)->orWhere('shortname', '=', $text)->first();
     return $brands;
 }