Skip to content

Commit 4bd544b

Browse files
committed
fix: set property cast for UserIdentity::$id
1 parent e9a2336 commit 4bd544b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Entities/UserIdentity.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class UserIdentity extends Entity
2626
* @var array<string, string>
2727
*/
2828
protected $casts = [
29+
'id' => '?integer',
2930
'force_reset' => 'int_bool',
3031
];
3132

0 commit comments

Comments
 (0)