We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7f1b0 commit 7063484Copy full SHA for 7063484
CHANGELOG.md
@@ -4,7 +4,7 @@
4
5
### Main breaking changes
6
#### ModelInterface ID type
7
-- The `ModelInterface` ID is now typed as `mixed`. Any model extending `GenericModel`
+The `ModelInterface` ID is now typed as `mixed`. Any model extending `GenericModel`
8
have to change the type of the `$id` property to `mixed`:
9
```php
10
class MyModel extends GenericModel
0 commit comments