From 7f722314e4fc21419552ec27eb91e6f7e6347b71 Mon Sep 17 00:00:00 2001 From: marudor Date: Wed, 3 Jan 2018 01:19:31 +0100 Subject: frontend stuff with babel and webpack --- src/Database/Db.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; } -- cgit v1.2.3-54-g00ecf