From df775c3d36352b9bd9093212dc16059b512ff517 Mon Sep 17 00:00:00 2001 From: David <64189384+dvdmlln@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:25:05 +0200 Subject: [PATCH] [BUGFIX] Fix missing property in FileUtility (#610) --- Classes/Utility/FileUtility.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/Utility/FileUtility.php b/Classes/Utility/FileUtility.php index 52b2216d..07c6f749 100644 --- a/Classes/Utility/FileUtility.php +++ b/Classes/Utility/FileUtility.php @@ -37,6 +37,7 @@ class FileUtility protected ImageService $imageService; protected ?ServerRequestInterface $serverRequest; protected EventDispatcherInterface $eventDispatcher; + protected Features $features; /** * @var array>