Skip to content

Commit fa41d53

Browse files
committed
398: Changed to jsonSerialize
1 parent a5cc95e commit fa41d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/ScreenUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ public function getUserRoleTenants(): Collection
150150

151151
public function getBlamableIdentifier(): string
152152
{
153-
return 'Screen-'.$this->screen->getId()?->toRfc4122();
153+
return 'Screen-'.$this->screen->getId()?->jsonSerialize();
154154
}
155155
}

0 commit comments

Comments
 (0)