Db: remove unused properties
This commit is contained in:
parent
5de3a6a497
commit
21dcadd143
|
@ -15,14 +15,10 @@ use Zend_Db_Select;
|
||||||
|
|
||||||
class Db extends DbConnection
|
class Db extends DbConnection
|
||||||
{
|
{
|
||||||
protected $modules = array();
|
/** @var Settings */
|
||||||
|
|
||||||
protected static $zoneCache;
|
|
||||||
|
|
||||||
protected static $commandCache;
|
|
||||||
|
|
||||||
protected $settings;
|
protected $settings;
|
||||||
|
|
||||||
|
/** @var string */
|
||||||
protected $masterZoneName;
|
protected $masterZoneName;
|
||||||
|
|
||||||
protected function db()
|
protected function db()
|
||||||
|
|
Loading…
Reference in New Issue