Skip to content

Commit

Permalink
Fix services configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Prokyonn committed Oct 25, 2024
1 parent d38dedf commit 22f4b51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class="Sulu\Bundle\CategoryBundle\Infrastructure\Sulu\Content\ResourceLoader\CategoryResourceLoader">
<argument type="service" id="sulu_category.category_manager"/>

<tag name="sulu_content.resource_loader" type="media"/>
<tag name="sulu_content.resource_loader" type="category"/>
</service>
</services>
</container>
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<service id="sulu_contact.contact_resource_loader" class="Sulu\Bundle\ContactBundle\Infrastructure\Sulu\Content\ResourceLoader\ContactResourceLoader">
<argument type="service" id="sulu_contact.contact_manager"/>

<tag name="sulu_content.resource_loader"/>
<tag name="sulu_content.resource_loader" type="contact"/>
</service>

<service id="sulu_contact.account_resource_loader" class="Sulu\Bundle\ContactBundle\Infrastructure\Sulu\Content\ResourceLoader\AccountResourceLoader">
<argument type="service" id="sulu_contact.account_manager"/>

<tag name="sulu_content.resource_loader"/>
<tag name="sulu_content.resource_loader" type="account"/>
</service>
</services>
</container>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<service id="sulu_tag.tag_resource_loader" class="Sulu\Bundle\TagBundle\Infrastructure\Sulu\Content\ResourceLoader\TagResourceLoader">
<argument type="service" id="sulu.repository.tag"/>

<tag name="sulu_content.resource_loader"/>
<tag name="sulu_content.resource_loader" type="tag"/>
</service>
</services>
</container>

0 comments on commit 22f4b51

Please sign in to comment.