Merge branch 'develop' of http://git.provm.cl/Incoviba/oficial into develop
This commit is contained in:
@ -156,7 +156,6 @@ class Search
|
|||||||
$pagos = [];
|
$pagos = [];
|
||||||
try {
|
try {
|
||||||
$pagos = $this->pagoRepository->fetchByValue((int) $valor);
|
$pagos = $this->pagoRepository->fetchByValue((int) $valor);
|
||||||
error_log(var_export($pagos,true).PHP_EOL,3,'/logs/debug');
|
|
||||||
} catch (EmptyResult) {}
|
} catch (EmptyResult) {}
|
||||||
$results = [];
|
$results = [];
|
||||||
foreach ($methods as $method) {
|
foreach ($methods as $method) {
|
||||||
|
Reference in New Issue
Block a user