Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Last active December 4, 2020 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurozumi/986d86b8f29338c66d006296a307afda to your computer and use it in GitHub Desktop.
Save kurozumi/986d86b8f29338c66d006296a307afda to your computer and use it in GitHub Desktop.
services.yamlに作ったサービスを定義
services:
http.client.a-zumi.net:
class: GuzzleHttp\Client
factory: ['Customize\Factory\HttpClientFactory', 'create']
arguments:
$baseUri: 'https://a-zumi.net'
Customize\Service\WordPress\AzumiService:
arguments:
$client: '@http.client.a-zumi.net'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment