`IcingaTemplateResolver`: Remove unused dynamic property `$table`
This commit is contained in:
parent
69a3e9aa8e
commit
00523d9b35
|
@ -45,7 +45,6 @@ class IcingaTemplateResolver
|
|||
{
|
||||
$this->object = $object;
|
||||
$this->type = $object->getShortTableName();
|
||||
$this->table = $object->getTableName();
|
||||
$this->connection = $object->getConnection();
|
||||
$this->db = $this->connection->getDbAdapter();
|
||||
|
||||
|
|
Loading…
Reference in New Issue