Last active
December 4, 2020 07:56
-
-
Save kurozumi/986d86b8f29338c66d006296a307afda to your computer and use it in GitHub Desktop.
services.yamlに作ったサービスを定義
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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