| 1234567891011121314151617181920 |
- services:
- _defaults:
- autowire: true
- autoconfigure: true
- public: false
- Opentalent\OtAdmin\:
- resource: '../Classes/*'
- Opentalent\OtAdmin\Command\CreateOrganizationCommand:
- tags:
- - name: 'ot:site:create'
- command: 'ot:site:create'
- schedulable: false
- Opentalent\OtAdmin\Command\EnableFeEditingCommand:
- tags:
- - name: 'ot:users:enfeedit'
- command: 'ot:users:enfeedit'
- schedulable: false
|