Skip to content

Commit

Permalink
minor #5972 Fix leftover in services where constructor dont regonise …
Browse files Browse the repository at this point in the history
…this parameter (nvdbeek)

This PR was merged into the 4.x branch.

Discussion
----------

Fix leftover in services where constructor dont regonise this parameter

Solves: a3f4e9a#r130786051

If you want, I can write an integration test against the extension to prevent this problem in the future

Commits
-------

dd2988f Update services.php
  • Loading branch information
javiereguiluz committed Oct 24, 2023
2 parents f9a73a7 + dd2988f commit e59d14c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
->arg(0, service('service_locator_'.AdminUrlGenerator::class))
->arg(1, service(AdminContextProvider::class))
->arg(2, new Reference('security.csrf.token_manager', ContainerInterface::NULL_ON_INVALID_REFERENCE))
->arg(3, service(FormLayoutFactory::class))
->tag('twig.extension')

->set(EaCrudFormTypeExtension::class)
Expand Down

0 comments on commit e59d14c

Please sign in to comment.