WIP Upgrade to TYPO3 10.4
This commit is contained in:
@@ -51,8 +51,6 @@ class AjaxFormController extends ActionController
|
||||
*/
|
||||
public function __construct(EmailService $emailService, BookingApiService $bookingApiService)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->emailService = $emailService;
|
||||
$this->bookingApiService = $bookingApiService;
|
||||
}
|
||||
|
||||
@@ -64,8 +64,6 @@ class BackendController extends ActionController
|
||||
*/
|
||||
public function __construct(PageRepository $pageRepository)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->pageRepository = $pageRepository;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user