Cleanup
This commit is contained in:
@ -72,6 +72,11 @@ class Datos extends Ideal\Repository
|
||||
], $new_data);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $persona_rut
|
||||
* @return Model\Persona\Datos
|
||||
* @throws Implement\Exception\EmptyResult
|
||||
*/
|
||||
public function fetchByPersona(int $persona_rut): Model\Persona\Datos
|
||||
{
|
||||
$query = $this->connection->getQueryBuilder()
|
||||
|
Reference in New Issue
Block a user