summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/backend/config/services.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole3/backend/config/services.yaml')
-rw-r--r--admin/WebConsole3/backend/config/services.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/WebConsole3/backend/config/services.yaml b/admin/WebConsole3/backend/config/services.yaml
index a8b4d299..16c22923 100644
--- a/admin/WebConsole3/backend/config/services.yaml
+++ b/admin/WebConsole3/backend/config/services.yaml
@@ -33,3 +33,12 @@ services:
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones
+
+ # COMMAND
+ Opengnsys\CoreBundle\Command\CreateClientCommand:
+ arguments: ['@fos_oauth_server.client_manager.default']
+ tags: [{name: console.command, command: opengnsys:oauth-server:client:create}]
+
+ Opengnsys\MigrationBundle\Command\MigrateCommand:
+ arguments: ['@doctrine.orm.default_entity_manager', '@doctrine.orm.og_1_entity_manager', '@monolog.logger.og_migration']
+ tags: [{name: console.command, command: opengnsys:migration:execute}] \ No newline at end of file