Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit c4c2ef5

Browse files
committed
Revert "feature #1082 DefaultController extends the new AbstractController (vudaltsov)"
This reverts commit 2e8d74c, reversing changes made to fc93b84.
1 parent a6724ad commit c4c2ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AppBundle/Controller/DefaultController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
namespace AppBundle\Controller;
44

55
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
6-
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
6+
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
77
use Symfony\Component\HttpFoundation\Request;
88

9-
class DefaultController extends AbstractController
9+
class DefaultController extends Controller
1010
{
1111
/**
1212
* @Route("/", name="homepage")

0 commit comments

Comments
 (0)