Skip to content

Commit 6f3a0e1

Browse files
committed
refac: remove AbstractController from EditInPlaceController
1 parent d9d71b1 commit 6f3a0e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Controller/EditInPlaceController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Translation\Bundle\Controller;
1313

14-
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
1514
use Symfony\Component\HttpFoundation\Request;
1615
use Symfony\Component\HttpFoundation\Response;
1716
use Symfony\Component\Validator\Validator\ValidatorInterface;
@@ -25,7 +24,7 @@
2524
/**
2625
* @author Damien Alexandre <dalexandre@jolicode.com>
2726
*/
28-
class EditInPlaceController extends AbstractController
27+
class EditInPlaceController
2928
{
3029
private $storageManager;
3130
private $cacheClearer;

0 commit comments

Comments
 (0)