This commit is contained in:
Juan Pablo Vial
2025-06-03 16:52:01 -04:00
parent 46efbb57c1
commit bc3d739af9
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ class Customer extends Ideal\Repository
/**
* @param string $rut
* @return \Incoviba\Model\Venta\MediosPago\Toku\Customer
* @return Model\Venta\MediosPago\Toku\Customer
* @throws Implement\Exception\EmptyResult
*/
public function fetchByRut(string $rut): Model\Venta\MediosPago\Toku\Customer
@ -68,7 +68,7 @@ class Customer extends Ideal\Repository
/**
* @param string $toku_id
* @return \Incoviba\Model\Venta\MediosPago\Toku\Customer
* @return Model\Venta\MediosPago\Toku\Customer
* @throws Implement\Exception\EmptyResult
*/
public function fetchByTokuId(string $toku_id): Model\Venta\MediosPago\Toku\Customer