FIX: debug arrastrado
This commit is contained in:
@ -54,8 +54,6 @@ class EstadoPrecio extends Ideal\Repository
|
|||||||
public function fetchByPrecio(int $precio_id): array
|
public function fetchByPrecio(int $precio_id): array
|
||||||
{
|
{
|
||||||
$query = "SELECT * FROM `{$this->getTable()}` WHERE `precio` = ?";
|
$query = "SELECT * FROM `{$this->getTable()}` WHERE `precio` = ?";
|
||||||
error_log($query.PHP_EOL,3,'/logs/query.log');
|
|
||||||
error_log($precio_id.PHP_EOL,3,'/logs/query.log');
|
|
||||||
return $this->fetchMany($query, [$precio_id]);
|
return $this->fetchMany($query, [$precio_id]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user