File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -391,10 +391,10 @@ will be used instead of the default strategy.
391
391
// src/Form/Data/BlogPostTranslationFormData.php
392
392
namespace App\Form\Data;
393
393
394
+ use App\Entity\BlogPostTranslation;
394
395
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
395
396
use Symfony\Component\Uid\Uuid;
396
397
use Symfony\Component\Validator\Constraints\NotBlank;
397
- use App\Entity\BlogPostTranslation;
398
398
399
399
#[UniqueEntity(
400
400
fields: ['locale', 'slug'],
@@ -462,10 +462,10 @@ will be used instead of the default strategy.
462
462
// src/Form/Data/BlogPostTranslationFormData.php
463
463
namespace App\Form\Data;
464
464
465
+ use App\Entity\BlogPostTranslation;
465
466
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
466
467
use Symfony\Component\Uid\Uuid;
467
468
use Symfony\Component\Validator\Constraints\NotBlank;
468
- use App\Entity\BlogPostTranslation;
469
469
470
470
class BlogPostTranslationFormData
471
471
{
You can’t perform that action at this time.
0 commit comments