Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DX] Make services private #17276

Merged
merged 29 commits into from
Oct 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
LocaleBundle changes
  • Loading branch information
mpysiak committed Oct 22, 2024
commit 0322edf9d236b982bf851cd9bbf91e7fceb5354f
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
</parameters>

<services>
<defaults public="true" />

<service id="sylius.form.type.locale" class="Sylius\Bundle\LocaleBundle\Form\Type\LocaleType">
<argument>%sylius.model.locale.class%</argument>
<argument>%sylius.form.type.locale.validation_groups%</argument>
Expand Down Expand Up @@ -77,7 +75,7 @@
<tag name="kernel.event_listener" event="kernel.request" priority="4" />
</service>

<service id="sylius.twig.extension.locale" class="Sylius\Bundle\LocaleBundle\Twig\LocaleExtension" public="false">
<service id="sylius.twig.extension.locale" class="Sylius\Bundle\LocaleBundle\Twig\LocaleExtension">
<argument type="service" id="sylius.converter.locale" />
<argument type="service" id="sylius.context.locale" />
<tag name="twig.extension" />
Expand Down