BugBuster1701 / contao-cron-bundle

Contao 4/5 CRON Scheduler Bundle
GNU Lesser General Public License v3.0
2 stars 1 forks source link

User Deprecated: Symfony\Bundle\FrameworkBundle\Controller\Controller #20

Closed BugBuster1701 closed 4 years ago

BugBuster1701 commented 5 years ago
User Deprecated: The "BugBuster\CronBundle\Controller\BackendController" 
class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" 
that is deprecated since Symfony 4.2, 
use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
BugBuster1701 commented 5 years ago
User Deprecated: Referencing controllers with BugBusterCronBundle:Backend:startJobNow 
is deprecated since Symfony 4.1, use "BugBuster\CronBundle\Controller
\BackendController::startJobNowAction" instead.
User Deprecated: Referencing controllers with BugBusterCronBundle:Frontend:startJobs 
is deprecated since Symfony 4.1, use "BugBuster\CronBundle\Controller
\FrontendController::startJobsAction" instead.
BugBuster1701 commented 4 years ago
The "BugBuster\CronBundle\Controller\FrontendController" class extends 
"Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated 
since Symfony 4.2, 
use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
BugBuster1701 commented 4 years ago

Contao ab 4.7, The AbstractController class was introduced in Symfony 3.3.