We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad2ca4 commit f76957aCopy full SHA for f76957a
src/Models/RoleModel.php
@@ -16,7 +16,7 @@ class RoleModel extends Model
16
/**
17
* The ID of the Role in the database.
18
*/
19
- public int $id;
+ public string $id;
20
21
22
* The name of the role.
0 commit comments