Skip to content

Commit

Permalink
Fix service name in compiler pass
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Apr 21, 2020
1 parent 6e03459 commit 31c1eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ContentDownloadUrlGeneratorPass implements CompilerPassInterface
*/
public function process(ContainerBuilder $container): void
{
if ($container->has('ezpublish.fieldType.ease.download_url_generator')) {
if ($container->has('ezpublish.fieldType.ezbinarybase.download_url_generator')) {
$container
->findDefinition('ezpublish.fieldType.ezbinarybase.download_url_generator')
->setClass(ContentDownloadUrlGenerator::class);
Expand Down

0 comments on commit 31c1eb2

Please sign in to comment.