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 966850c commit f15a7d1Copy full SHA for f15a7d1
components/uid.rst
@@ -178,7 +178,7 @@ your services and use it as follows:
178
179
$randomBasedUuid = $this->uuidFactory->randomBased()->create();
180
// $namespace can be omitted if a default is configured in the factory (see below)
181
- $nameBasedUuid = $this->uuidFactory->nameBased($namespace)->create();
+ $nameBasedUuid = $this->uuidFactory->nameBased($namespace)->create($name);
182
// $node can be omitted if a default node is configured in the factory (see below)
183
$timestampBased = $this->uuidFactory->timeBased($node)->create();
184
0 commit comments