summaryrefslogtreecommitdiff
path: root/classes/handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/handler.php')
-rw-r--r--classes/handler.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/handler.php b/classes/handler.php
index 483b573e3..5b1109492 100644
--- a/classes/handler.php
+++ b/classes/handler.php
@@ -1,11 +1,9 @@
<?php
class Handler implements IHandler {
- protected $dbh;
protected $pdo;
protected $args;
function __construct($args) {
- $this->dbh = Db::get();
$this->pdo = Db::pdo();
$this->args = $args;
}