Skip to content

Commit

Permalink
Remove deprecated controller base class
Browse files Browse the repository at this point in the history
  • Loading branch information
coastforge-cro committed Sep 16, 2021
1 parent 08bb4b8 commit 68e9f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Controller/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
use con4gis\CoreBundle\Classes\C4GUtils;
use Contao\Database;
use Doctrine\ORM\EntityManager;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\HttpFoundation\Request;

class BaseController extends Controller
class BaseController extends AbstractController
{
protected static $useCache = false;

Expand Down

0 comments on commit 68e9f3f

Please sign in to comment.