Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Fix Symfony 4 compatibility of autocomplete controller definition
Browse files Browse the repository at this point in the history
  • Loading branch information
werrolf committed Mar 29, 2022
1 parent fb73c83 commit 8901158
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/config/controllers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="Mapbender\CoordinatesUtilityBundle\Controller\CoordinatesUtilityController" class="Mapbender\CoordinatesUtilityBundle\Controller\CoordinatesUtilityController">
<service id="Mapbender\CoordinatesUtilityBundle\Controller\CoordinatesUtilityController"
class="Mapbender\CoordinatesUtilityBundle\Controller\CoordinatesUtilityController"
public="true">
<argument type="service" id="doctrine" />
</service>
</services>
Expand Down

0 comments on commit 8901158

Please sign in to comment.