Skip to content

Commit cb60f79

Browse files
committed
Fix code example in readme
1 parent c9f633e commit cb60f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ It is not possible to use `new Pet($attributes);` when you specify the type in `
6060
If you want to use different names for the type column than the classname, you can use the static `$inheritanceMap` property:
6161

6262
```php
63-
class Pet
63+
class Pet extends Model
6464
{
6565
use Inheritance;
6666

0 commit comments

Comments
 (0)