Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Fixed typo in class name (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
hason authored and soullivaneuh committed Jun 10, 2016
1 parent db35e1b commit 0d91cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/autocomplete.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://symfony.com/schema/dic/services" 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="sonata.admin.doctrine_phpcr.autocomplete_controller" class="Sonata\DoctrinePHPCRAdminBundle\Controller\AutoCompleteController">
<service id="sonata.admin.doctrine_phpcr.autocomplete_controller" class="Sonata\DoctrinePHPCRAdminBundle\Controller\AutocompleteController">
<argument type="service" id="sonata.admin.pool"/>
</service>
</services>
Expand Down

0 comments on commit 0d91cc0

Please sign in to comment.