mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Documentation: Add $app, $loader
explicitly as non-dynamic property
This commit is contained in:
parent
d13f52c1b2
commit
53b9774874
@ -12,6 +12,10 @@ class Documentation
|
||||
{
|
||||
protected $icinga;
|
||||
|
||||
protected $app;
|
||||
|
||||
protected $loader;
|
||||
|
||||
public function __construct(App $app)
|
||||
{
|
||||
$this->app = $app;
|
||||
|
Loading…
x
Reference in New Issue
Block a user