Skip to content

Commit

Permalink
Merge pull request #2 from jaimenj/making-service-public-by-default
Browse files Browse the repository at this point in the history
Making geoip2.reader service public
  • Loading branch information
peter-gribanov authored Jul 17, 2018
2 parents b77414f + ac8cd16 commit 27efc0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:
geoip2.reader:
class: GeoIp2\Database\Reader
arguments: [ '%geoip2.cache%', '%geoip2.locales%' ]
public: true

gpslab.command.geoip2.update:
class: GpsLab\Bundle\GeoIP2Bundle\Command\UpdateDatabaseCommand
Expand Down

0 comments on commit 27efc0c

Please sign in to comment.