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 @@ -146,7 +146,7 @@ There's also a Doctrine generator to help autogenerate UUID values for the
146146entity primary keys::
147147
148148 // there are generators for UUID V1 and V6 too
149- use Symfony\Bridge\Doctrine\Types \UuidV4Generator;
149+ use Symfony\Bridge\Doctrine\IdGenerator \UuidV4Generator;
150150
151151 /**
152152 * @ORM\Entity(repositoryClass="App\Repository\ProductRepository")
@@ -261,7 +261,7 @@ special Doctrine types which convert to/from ULID objects automatically::
261261There's also a Doctrine generator to help autogenerate ULID values for the
262262entity primary keys::
263263
264- use Symfony\Bridge\Doctrine\Types \UlidGenerator;
264+ use Symfony\Bridge\Doctrine\IdGenerator \UlidGenerator;
265265
266266 /**
267267 * @ORM\Entity(repositoryClass="App\Repository\ProductRepository")
You can’t perform that action at this time.
0 commit comments