Skip to content

Commit

Permalink
fix creation of dynamic property deprecated in php >= 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pack254 committed Aug 15, 2024
1 parent 6081ac9 commit 8ee89ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DataObject/DataObjectFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class DataObjectFetcher implements DocumentFetcherInterface

private ?string $dataObjectClass = null;

public DocumentFetchCreatorRegistry $Register;

private static array $dependencies = [
'Configuration' => '%$' . IndexConfiguration::class,
'Registry' => '%$' . DocumentFetchCreatorRegistry::class,
Expand Down

0 comments on commit 8ee89ea

Please sign in to comment.