Skip to content

Commit 9efbfef

Browse files
authored
Fixed wrong import (#390)
1 parent 15cb1f7 commit 9efbfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/ElFinderController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
use Exception;
88
use FM\ElfinderBundle\Loader\ElFinderLoader;
99
use FM\ElfinderBundle\Session\ElFinderSession;
10-
use Psr\EventDispatcher\EventDispatcherInterface;
1110
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
11+
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
1212
use Symfony\Component\HttpFoundation\Response;
1313
use Symfony\Component\HttpFoundation\JsonResponse;
1414
use Symfony\Component\HttpFoundation\Request;

0 commit comments

Comments
 (0)