We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d71b1 commit 6f3a0e1Copy full SHA for 6f3a0e1
Controller/EditInPlaceController.php
@@ -11,7 +11,6 @@
11
12
namespace Translation\Bundle\Controller;
13
14
-use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
15
use Symfony\Component\HttpFoundation\Request;
16
use Symfony\Component\HttpFoundation\Response;
17
use Symfony\Component\Validator\Validator\ValidatorInterface;
@@ -25,7 +24,7 @@
25
24
/**
26
* @author Damien Alexandre <dalexandre@jolicode.com>
27
*/
28
-class EditInPlaceController extends AbstractController
+class EditInPlaceController
29
{
30
private $storageManager;
31
private $cacheClearer;
0 commit comments