Skip to content

Commit

Permalink
fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Oct 2, 2023
1 parent 0bb4102 commit a323eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function load(array $configs, ContainerBuilder $container): void
->addTag('rekalogika.file.association.object_id_resolver');
}

public function prepend(ContainerBuilder $container)
public function prepend(ContainerBuilder $container): void
{
if (
class_exists(EmbeddedMetadata::class)
Expand Down

0 comments on commit a323eb2

Please sign in to comment.