We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e50d91 commit 3abba12Copy full SHA for 3abba12
components/uid.rst
@@ -140,7 +140,7 @@ of the UUID value is specific to each implementation and no format should be ass
140
use Symfony\Component\Uid\Uuid;
141
142
// $uuid is an instance of Symfony\Component\Uid\UuidV8
143
- $uuid = Uuid::v8();
+ $uuid = Uuid::v8('d9e7a184-5d5b-11ea-a62a-3499710062d0');
144
145
.. versionadded:: 6.2
146
0 commit comments