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 c9f633e commit cb60f79Copy full SHA for cb60f79
README.md
@@ -60,7 +60,7 @@ It is not possible to use `new Pet($attributes);` when you specify the type in `
60
If you want to use different names for the type column than the classname, you can use the static `$inheritanceMap` property:
61
62
```php
63
-class Pet
+class Pet extends Model
64
{
65
use Inheritance;
66
0 commit comments