mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
Using underscore notation
This commit is contained in:
@@ -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)%']]
|
||||
Reference in New Issue
Block a user