Skip to content

Commit 222b709

Browse files
jbcrdamonsson
authored andcommitted
change translator interface
1 parent 9033b06 commit 222b709

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Controller/Helper/FormErrorsFlashHelper.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

33
/*
4-
* This file has been created by developers from BitBag.
4+
* This file has been created by developers from BitBag.
55
* Feel free to contact us once you face any issues or want to start
6-
* another great project.
6+
* another great project.
77
* You can find more information about us on https://bitbag.shop and write us
8-
* an email on mikolaj.krol@bitbag.pl.
8+
* an email on mikolaj.krol@bitbag.pl.
99
*/
1010

1111
declare(strict_types=1);
@@ -14,7 +14,7 @@
1414

1515
use Symfony\Component\Form\FormInterface;
1616
use Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface;
17-
use Symfony\Component\Translation\TranslatorInterface;
17+
use Symfony\Contracts\Translation\TranslatorInterface;
1818

1919
final class FormErrorsFlashHelper implements FormErrorsFlashHelperInterface
2020
{

0 commit comments

Comments
 (0)