1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-05 10:17:30 +01:00

Update Database.php

This commit is contained in:
Luca 2022-03-22 18:49:44 +01:00
parent e2af3a6433
commit 289d99cc7c

View File

@ -261,7 +261,7 @@ class Database extends Util\Singleton
return $result;
}catch (PDOException $e) {
$this->signal($e, $query, $options);
}
}