File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626use DERHANSEN \SfEventMgt \Utility \RegistrationResult ;
2727use Psr \EventDispatcher \EventDispatcherInterface ;
2828use Psr \Http \Message \ServerRequestInterface ;
29+ use Symfony \Component \DependencyInjection \Attribute \Autoconfigure ;
2930use TYPO3 \CMS \Core \Context \Context ;
3031use TYPO3 \CMS \Core \Crypto \HashService ;
3132use TYPO3 \CMS \Core \Database \Connection ;
3536use TYPO3 \CMS \Extbase \Mvc \RequestInterface ;
3637use TYPO3 \CMS \Extbase \Reflection \ObjectAccess ;
3738
39+ #[Autoconfigure(public:true )]
3840class RegistrationService
3941{
4042 public function __construct (
Original file line number Diff line number Diff line change @@ -6,7 +6,4 @@ services:
66
77 DERHANSEN\SfEventMgt\ :
88 resource : ' ../Classes/*'
9- exclude : ' ../Classes/Domain/Model/*'
10-
11- DERHANSEN\SfEventMgt\Service\RegistrationService :
12- public : true
9+ exclude : ' ../Classes/Domain/Model/*'
You can’t perform that action at this time.
0 commit comments