mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
refactor command to acquire admin consent
This commit is contained in:
@@ -31,9 +31,6 @@ class Configuration implements ConfigurationInterface
|
||||
->children()
|
||||
->arrayNode('microsoft_graph')->canBeEnabled()
|
||||
->children()
|
||||
->scalarNode('machine_access_token')
|
||||
->isRequired()
|
||||
->info('Access token for writing to remote calendars')
|
||||
->end() // end of machine_access_token
|
||||
->end() // end of microsoft_graph children
|
||||
->end() // end of array microsoft_graph
|
||||
|
Reference in New Issue
Block a user