We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e44855 commit 334f770Copy full SHA for 334f770
app/config/services.yml
@@ -44,3 +44,9 @@ services:
44
45
# needed for the localizeddate Twig filter
46
Twig\Extensions\IntlExtension: ~
47
+
48
+ # the slugger service needs a public alias for getting it from
49
+ # the container when loading doctrine fixtures
50
+ slugger:
51
+ alias: AppBundle\Utils\Slugger
52
+ public: true
0 commit comments