1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-10 16:40:52 +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; return $result;
}catch (PDOException $e) { }catch (PDOException $e) {
$this->signal($e, $query, $options);
} }
} }