Skip to content

Commit e71777f

Browse files
authored
use response Symfony
1 parent 0c8f476 commit e71777f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/PasswordController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\Routing\Annotation\Route;
1010
use Thelia\Core\Event\LostPasswordEvent;
1111
use Thelia\Core\Event\TheliaEvents;
12-
use Thelia\Core\HttpFoundation\Response;
12+
use Symfony\Component\HttpFoundation\Response;
1313
use Thelia\Form\Exception\FormValidationException;
1414
use Thelia\Log\Tlog;
1515

0 commit comments

Comments
 (0)