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
146
146
entity primary keys::
147
147
148
148
// there are generators for UUID V1 and V6 too
149
- use Symfony\Bridge\Doctrine\Types \UuidV4Generator;
149
+ use Symfony\Bridge\Doctrine\IdGenerator \UuidV4Generator;
150
150
151
151
/**
152
152
* @ORM\Entity(repositoryClass="App\Repository\ProductRepository")
@@ -261,7 +261,7 @@ special Doctrine types which convert to/from ULID objects automatically::
261
261
There's also a Doctrine generator to help autogenerate ULID values for the
262
262
entity primary keys::
263
263
264
- use Symfony\Bridge\Doctrine\Types \UlidGenerator;
264
+ use Symfony\Bridge\Doctrine\IdGenerator \UlidGenerator;
265
265
266
266
/**
267
267
* @ORM\Entity(repositoryClass="App\Repository\ProductRepository")
You can’t perform that action at this time.
0 commit comments