mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
DirectorObjectForm: allow access to our db
This commit is contained in:
parent
d2d7565887
commit
03ffbb1de6
@ -271,6 +271,11 @@ abstract class DirectorObjectForm extends QuickForm
|
||||
));
|
||||
}
|
||||
|
||||
public function getDb()
|
||||
{
|
||||
return $this->db;
|
||||
}
|
||||
|
||||
public function setDb($db)
|
||||
{
|
||||
$this->db = $db;
|
||||
|
Loading…
x
Reference in New Issue
Block a user