diff --git a/library/Director/Db.php b/library/Director/Db.php index af859ba0..2a8d6c0c 100644 --- a/library/Director/Db.php +++ b/library/Director/Db.php @@ -15,14 +15,10 @@ use Zend_Db_Select; class Db extends DbConnection { - protected $modules = array(); - - protected static $zoneCache; - - protected static $commandCache; - + /** @var Settings */ protected $settings; + /** @var string */ protected $masterZoneName; protected function db()