Actualizacion de Repos
This commit is contained in:
@ -16,6 +16,11 @@ class Reservation extends Common\Ideal\Repository
|
||||
parent::__construct($connection);
|
||||
}
|
||||
|
||||
public function getTable(): string
|
||||
{
|
||||
return 'reservations';
|
||||
}
|
||||
|
||||
public function create(?array $data = null): Model\Venta\Reservation
|
||||
{
|
||||
$map = (new Common\Implement\Repository\MapperParser())
|
||||
@ -199,4 +204,4 @@ class Reservation extends Common\Ideal\Repository
|
||||
}
|
||||
return $reservation;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user