FIX: Proveedor::contacto == null

This commit is contained in:
Juan Pablo Vial
2025-11-12 10:28:01 -03:00
parent f440d771db
commit bc5967b2be
4 changed files with 28 additions and 3 deletions

View File

@ -45,6 +45,8 @@ abstract class Repository implements Define\Repository
}
/**
* @param int $id
* @return Define\Model
* @throws EmptyResult
*/
public function fetchById(int $id): Define\Model