Skip to content

Commit

Permalink
fix: correcting the dataMapFactory type (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
4allportaleabdullah committed Sep 19, 2024
1 parent ec65b37 commit 6006652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/TypeConverter/FileReferenceTypeConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class FileReferenceTypeConverter extends AbstractUuidAwareObjectTypeConverter im

protected FileRepository|null $fileRepository = null;

public function injectLoggingService(DataMapFactory $dataMapFactory): void
public function injectDataMapFactory(DataMapFactory $dataMapFactory): void
{
$this->dataMapFactory = $dataMapFactory;
}
Expand Down

0 comments on commit 6006652

Please sign in to comment.