diff --git a/Configuration/Services.yaml b/Configuration/Services.yaml new file mode 100644 index 0000000..3d9857f --- /dev/null +++ b/Configuration/Services.yaml @@ -0,0 +1,14 @@ +services: + _defaults : + autowire : true + autoconfigure: true + public : true + + Datamints\DatamintsErrorReport\Command\Report\SendCommand: + tags: + - name : 'console.command' + command: 'error-report:report:send' + Datamints\DatamintsErrorReport\Command\DispatchCommand : + tags: + - name : 'console.command' + command: 'error-report:dispatch'