Skip to content

Commit

Permalink
[BUGFIX] Create missing property in FileUtility
Browse files Browse the repository at this point in the history
  • Loading branch information
twoldanski committed Jun 20, 2023
1 parent 4982212 commit 051dabb
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 @@ -42,6 +42,7 @@ class FileUtility
* @var array<string, array<string, string>>
*/
protected array $errors = [];
protected Features $features;

public function __construct(
?ContentObjectRenderer $contentObjectRenderer = null,
Expand Down

0 comments on commit 051dabb

Please sign in to comment.