Skip to content

Commit f15a7d1

Browse files
committed
Add a missing argument
1 parent 966850c commit f15a7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/uid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ your services and use it as follows:
178178

179179
$randomBasedUuid = $this->uuidFactory->randomBased()->create();
180180
// $namespace can be omitted if a default is configured in the factory (see below)
181-
$nameBasedUuid = $this->uuidFactory->nameBased($namespace)->create();
181+
$nameBasedUuid = $this->uuidFactory->nameBased($namespace)->create($name);
182182
// $node can be omitted if a default node is configured in the factory (see below)
183183
$timestampBased = $this->uuidFactory->timeBased($node)->create();
184184

0 commit comments

Comments
 (0)