Skip to content

Commit

Permalink
added services dependency injection for TYPO3 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphex2 committed Feb 7, 2022
1 parent 3edd3d0 commit 7c365ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Configuration/Services.yaml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 7c365ec

Please sign in to comment.