`IcingaTemplateResolver`: Remove unused dynamic property `$table`

This commit is contained in:
raviks789 2023-08-29 11:07:39 +02:00 committed by Thomas Gelf
parent 69a3e9aa8e
commit 00523d9b35
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ class IcingaTemplateResolver
{ {
$this->object = $object; $this->object = $object;
$this->type = $object->getShortTableName(); $this->type = $object->getShortTableName();
$this->table = $object->getTableName();
$this->connection = $object->getConnection(); $this->connection = $object->getConnection();
$this->db = $this->connection->getDbAdapter(); $this->db = $this->connection->getDbAdapter();