Skip to content

Commit

Permalink
incorrect variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
pack254 committed Aug 15, 2024
1 parent 8ee89ea commit 509cac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataObject/DataObjectFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class DataObjectFetcher implements DocumentFetcherInterface

private ?string $dataObjectClass = null;

public DocumentFetchCreatorRegistry $Register;
public DocumentFetchCreatorRegistry $Registry;

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

0 comments on commit 509cac2

Please sign in to comment.