Skip to content

Commit f76957a

Browse files
committed
fix: ids are always strings (incorrect in docs for this entity)
1 parent 8ad2ca4 commit f76957a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/RoleModel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class RoleModel extends Model
1616
/**
1717
* The ID of the Role in the database.
1818
*/
19-
public int $id;
19+
public string $id;
2020

2121
/**
2222
* The name of the role.

0 commit comments

Comments
 (0)