Skip to content

Commit

Permalink
Add TranslatableMessage import to ContactType for improved localizati…
Browse files Browse the repository at this point in the history
…on support
  • Loading branch information
koromerzhin committed Feb 5, 2025
1 parent 1a6c064 commit bcaf51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/src/Form/Front/ContactType.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;
use Symfony\Component\Translation\TranslatableMessage;

class ContactType extends AbstractType
{
Expand Down

0 comments on commit bcaf51b

Please sign in to comment.