diff options
Diffstat (limited to 'src/Database/Db.php')
-rw-r--r-- | src/Database/Db.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Database/Db.php b/src/Database/Db.php index 114bd8fc..50fba7e7 100644 --- a/src/Database/Db.php +++ b/src/Database/Db.php @@ -31,6 +31,7 @@ class Db try { self::$db = new PDO($dsn, $username, $password, $options); } catch (PDOException $e) { + var_dump($e); return false; } |