WIP Upgrade to TYPO3 10.4

This commit is contained in:
Björn Fromme
2021-04-01 21:33:24 +02:00
parent 571bba47f1
commit 0263d9fdd0
36 changed files with 1751 additions and 854 deletions
@@ -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;
}