Edit Proveedores
This commit is contained in:
@ -80,9 +80,4 @@ class Datos extends Ideal\Repository
|
||||
->where('persona_rut = ?');
|
||||
return $this->fetchOne($query, [$persona_rut]);
|
||||
}
|
||||
|
||||
protected function getKey(): string
|
||||
{
|
||||
return 'persona_rut';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user