File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -274,10 +274,7 @@ this option to specify one or more fields to only ignore ``null`` values on them
274
274
namespace App\Entity;
275
275
276
276
use Doctrine\ORM\Mapping as ORM;
277
-
278
- // DON'T forget the following use statement!!!
279
277
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
280
-
281
278
use Symfony\Component\Validator\Constraints as Assert;
282
279
283
280
#[ORM\Entity]
@@ -321,9 +318,7 @@ this option to specify one or more fields to only ignore ``null`` values on them
321
318
// src/Entity/User.php
322
319
namespace App\Entity;
323
320
324
- // DON'T forget the following use statement!!!
325
321
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
326
-
327
322
use Symfony\Component\Validator\Constraints as Assert;
328
323
329
324
class User
You can’t perform that action at this time.
0 commit comments