Skip to content

Commit

Permalink
Merge pull request #11 from hanishsingla/master
Browse files Browse the repository at this point in the history
Config deprecations for symfony 3.4
  • Loading branch information
Nyholm authored Feb 1, 2018
2 parents a11f244 + 36fd339 commit 172005c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
happyr.linkedin:
class: Happyr\LinkedIn\LinkedIn
arguments:
- %happyr.linkedin.app_id%
- %happyr.linkedin.app_secret%
- %happyr.linkedin.request_format%
- %happyr.linkedin.response_format%
- "%happyr.linkedin.app_id%"
- "%happyr.linkedin.app_secret%"
- "%happyr.linkedin.request_format%"
- "%happyr.linkedin.response_format%"

0 comments on commit 172005c

Please sign in to comment.