Cleanup
This commit is contained in:
@ -102,7 +102,7 @@ class Search
|
||||
{
|
||||
try {
|
||||
return $this->unidadRepository->fetchDisponiblesIdsByDescripcionAndTipo($query, $tipo);
|
||||
} catch (EmptyResponse) {
|
||||
} catch (EmptyResult) {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user