Skip to content

Commit 3506c68

Browse files
momito69OskarStark
andauthored
Update components/uid.rst
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 710d892 commit 3506c68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/uid.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,10 @@ Suppose you have a service that generates a UUID for each new user::
449449

450450
class UserService
451451
{
452-
public function __construct(private UuidFactory $uuidFactory) {}
452+
public function __construct(
453+
private UuidFactory $uuidFactory
454+
){
455+
}
453456

454457
public function createUserId(): string
455458
{

0 commit comments

Comments
 (0)