Skip to content

Commit

Permalink
correct list arguments for browser
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jul 21, 2017
1 parent bedbe58 commit 27ba17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
anime_db.shikimori.browser:
class: AnimeDb\Bundle\ShikimoriBrowserBundle\Service\Browser
arguments: [ '@anime_db.shikimori.browser.client', ~, ~ ]
arguments: [ '@anime_db.shikimori.browser.client', ~, ~, ~ ]

anime_db.shikimori.browser.client:
class: GuzzleHttp\Client
Expand Down

0 comments on commit 27ba17c

Please sign in to comment.