From ffd99bb7daf45b4cd88b36503639d8be91d8130c Mon Sep 17 00:00:00 2001 From: aleksandrskondratjevs Date: Wed, 12 Apr 2023 10:16:24 +0300 Subject: [PATCH] Fix 8.2 php issues with dynamic property --- src/Controller/Index/Index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Controller/Index/Index.php b/src/Controller/Index/Index.php index 5257d1e..dd71708 100644 --- a/src/Controller/Index/Index.php +++ b/src/Controller/Index/Index.php @@ -31,6 +31,11 @@ class Index implements HttpGetActionInterface */ private $urlModel; + /** + * @var DirectoryList + */ + protected $directoryList; + /** * Index constructor. *