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
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ class Documentation
{
protected $icinga;
protected $app;
protected $loader;
public function __construct(App $app)
{
$this->app = $app;