feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
221 changed files with 770 additions and 10137 deletions
Showing only changes of commit cbee830f7a - Show all commits

View File

@ -443,6 +443,7 @@ class Toku extends Ideal\Service
$statement = $this->connection->prepare($query);
$statement->execute($params);
$results = $statement->fetchAll(PDO::FETCH_COLUMN);
$this->logger->debug('Results', $results);
if (count($results) === 0) {
return false;
}