Skip to content

Commit

Permalink
Merge pull request #13 from jcchavezs/12_avoid_warnings_in_symfony_2.8
Browse files Browse the repository at this point in the history
Avoid warnings from Symfony 2.8
  • Loading branch information
aferrandini authored Jul 1, 2016
2 parents d1c0b90 + 3489c64 commit 50c80b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Maxmind/Bundle/GeoipBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Services
services:
maxmind.geoip:
class: Maxmind\Bundle\GeoipBundle\Service\GeoipManager
arguments: [@kernel]
class: Maxmind\Bundle\GeoipBundle\Service\GeoipManager
arguments:
- '@kernel'

0 comments on commit 50c80b4

Please sign in to comment.