mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/oauth] Fix typo
PHPBB3-11673
This commit is contained in:
parent
0156bac3e2
commit
eb17462f90
1 changed files with 17 additions and 17 deletions
|
@ -57,100 +57,100 @@ services:
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.bitly:
|
auth.provider.oauth.service.bitly:
|
||||||
class: phpbb_auth_provider_oauth_service_bitly
|
class: phpbb_auth_provider_oauth_service_bitly
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.box:
|
auth.provider.oauth.service.box:
|
||||||
class: phpbb_auth_provider_oauth_service_box
|
class: phpbb_auth_provider_oauth_service_box
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.dropbox:
|
auth.provider.oauth.service.dropbox:
|
||||||
class: phpbb_auth_provider_oauth_service_dropbox
|
class: phpbb_auth_provider_oauth_service_dropbox
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.facebook:
|
auth.provider.oauth.service.facebook:
|
||||||
class: phpbb_auth_provider_oauth_service_facebook
|
class: phpbb_auth_provider_oauth_service_facebook
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.fitbit:
|
auth.provider.oauth.service.fitbit:
|
||||||
class: phpbb_auth_provider_oauth_service_fitbit
|
class: phpbb_auth_provider_oauth_service_fitbit
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.foursquare:
|
auth.provider.oauth.service.foursquare:
|
||||||
class: phpbb_auth_provider_oauth_service_foursquare
|
class: phpbb_auth_provider_oauth_service_foursquare
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.github:
|
auth.provider.oauth.service.github:
|
||||||
class: phpbb_auth_provider_oauth_service_github
|
class: phpbb_auth_provider_oauth_service_github
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.instagram:
|
auth.provider.oauth.service.instagram:
|
||||||
class: phpbb_auth_provider_oauth_service_instagram
|
class: phpbb_auth_provider_oauth_service_instagram
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.linkedin:
|
auth.provider.oauth.service.linkedin:
|
||||||
class: phpbb_auth_provider_oauth_service_linkedin
|
class: phpbb_auth_provider_oauth_service_linkedin
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.microsoft:
|
auth.provider.oauth.service.microsoft:
|
||||||
class: phpbb_auth_provider_oauth_service_microsoft
|
class: phpbb_auth_provider_oauth_service_microsoft
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.paypal:
|
auth.provider.oauth.service.paypal:
|
||||||
class: phpbb_auth_provider_oauth_service_paypal
|
class: phpbb_auth_provider_oauth_service_paypal
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.soundclod:
|
auth.provider.oauth.service.soundclod:
|
||||||
class: phpbb_auth_provider_oauth_service_soundcloud
|
class: phpbb_auth_provider_oauth_service_soundcloud
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.tumblr:
|
auth.provider.oauth.service.tumblr:
|
||||||
class: phpbb_auth_provider_oauth_service_tumblr
|
class: phpbb_auth_provider_oauth_service_tumblr
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.twitter:
|
auth.provider.oauth.service.twitter:
|
||||||
class: phpbb_auth_provider_oauth_service_twitter
|
class: phpbb_auth_provider_oauth_service_twitter
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.vkontakte:
|
auth.provider.oauth.service.vkontakte:
|
||||||
class: phpbb_auth_provider_oauth_service_vkontakte
|
class: phpbb_auth_provider_oauth_service_vkontakte
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.yammer:
|
auth.provider.oauth.service.yammer:
|
||||||
class: phpbb_auth_provider_oauth_service_yammer
|
class: phpbb_auth_provider_oauth_service_yammer
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { tag: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
|
|
Loading…
Add table
Reference in a new issue