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 $icinga;
|
||||||
|
|
||||||
|
protected $app;
|
||||||
|
|
||||||
|
protected $loader;
|
||||||
|
|
||||||
public function __construct(App $app)
|
public function __construct(App $app)
|
||||||
{
|
{
|
||||||
$this->app = $app;
|
$this->app = $app;
|
||||||
|
|
Loading…
Reference in New Issue