Skip to content

Commit

Permalink
Fix block service registration
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored and VincentLanglet committed Nov 14, 2021
1 parent 88827a6 commit e601bce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Resources/config/block.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
->tag('sonata.block')
->args([
new ReferenceConfigurator('twig'),
new ReferenceConfigurator('sonata.media.pool'),
new ReferenceConfigurator('sonata.media.admin.gallery'),
new ReferenceConfigurator('sonata.media.manager.gallery'),
new ReferenceConfigurator('sonata.media.pool'),
]);
};

0 comments on commit e601bce

Please sign in to comment.