Skip to content

Commit

Permalink
[BUGFIX] Fix missing property in FileUtility (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmlln committed Jun 20, 2023
1 parent b5bbef7 commit df775c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Utility/FileUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class FileUtility
protected ImageService $imageService;
protected ?ServerRequestInterface $serverRequest;
protected EventDispatcherInterface $eventDispatcher;
protected Features $features;

/**
* @var array<string, array<string, string>>
Expand Down

0 comments on commit df775c3

Please sign in to comment.