Skip to content

Commit

Permalink
fix container configuration
Browse files Browse the repository at this point in the history
there are a number of issues with the container configuration:

* the rezzza.bitter.class parameter was not defined
* there was a typo in either the config.yml or the first parameter to the rezzza.bitter service
  • Loading branch information
tonypiper committed Nov 23, 2012
1 parent b9a2603 commit 2586e06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Resources/config/bitter.xml
Expand Up @@ -3,10 +3,13 @@
<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">
<parameters>
<parameter key="rezzza.bitter.class">Rezzza\BitterBundle\Bitter\Bitter</parameter>
</parameters>

<services>
<service id="rezzza.bitter" class="%rezzza.bitter.class%">
<argument type="service" id="rezzza.bitter.redis_client" />
<argument type="service" id="rezzza_bitter.redis_client" />
</service>
</services>

Expand Down

0 comments on commit 2586e06

Please sign in to comment.