Using underscore notation

This commit is contained in:
Tobias Nyholm
2017-10-21 09:13:30 -07:00
parent b286d493fe
commit 2db613ad51
@@ -0,0 +1,5 @@
services:
Github\Client:
class: Github\Client
# Uncomment to enable authentication
#calls: ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]