Documentation: Add $app, $loader explicitly as non-dynamic property

This commit is contained in:
Sukhwinder Dhillon 2023-08-15 17:24:01 +02:00 committed by raviks789
parent d13f52c1b2
commit 53b9774874

View File

@ -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;