Skip to content

Commit

Permalink
Merge pull request #4 from AleksandrsKondratjevs/master
Browse files Browse the repository at this point in the history
Fix 8.2 php issues with dynamic property
  • Loading branch information
AleksandrsKondratjevs authored Apr 12, 2023
2 parents 135ebde + ffd99bb commit 9a28a5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Controller/Index/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ class Index implements HttpGetActionInterface
*/
private $urlModel;

/**
* @var DirectoryList
*/
protected $directoryList;

/**
* Index constructor.
*
Expand Down

0 comments on commit 9a28a5b

Please # to comment.