Skip to content

Commit

Permalink
Updating Generator namespace in parameters
Browse files Browse the repository at this point in the history
Related to #67
  • Loading branch information
mmoreram committed Dec 11, 2013
1 parent db24a68 commit c8e3292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
#
# Generators
#
gearman.unique_job_identifier.class: Mmoreram\GearmanBundle\Generators\UniqueJobIdentifierGenerator
gearman.unique_job_identifier.class: Mmoreram\GearmanBundle\Generator\UniqueJobIdentifierGenerator

#
# Services
Expand All @@ -17,4 +17,4 @@ parameters:
gearman.callbacks.class: Mmoreram\GearmanBundle\Service\GearmanCallbacks
gearman.execute.class: Mmoreram\GearmanBundle\Service\GearmanExecute
gearman.describer.class: Mmoreram\GearmanBundle\Service\GearmanDescriber
gearman.cache.wrapper.class: Mmoreram\GearmanBundle\Service\GearmanCacheWrapper
gearman.cache.wrapper.class: Mmoreram\GearmanBundle\Service\GearmanCacheWrapper

0 comments on commit c8e3292

Please sign in to comment.