Skip to content

Commit 0ca9456

Browse files
authored
Update README.md
1 parent fbe65c1 commit 0ca9456

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
@@ -150,7 +150,7 @@ You may set the resolver in the `boot` method of one of your service providers.
150150

151151
### Models outside your path
152152

153-
Some models like the default Laravel User model and models defined by packages will not be discovered by this package since it only searches for models within the app path and not the complete vendor directory. You can include these models in your morph map by using the default [morph map](https://laravel.com/docs/9.x/eloquent-relationships#custom-polymorphic-types) feature from Laravel:
153+
Some models like the default Laravel User model and models defined by packages will not be discovered by this package since it only searches for models within the app path and not the complete vendor directory. You can include these models in your morph map by using the default [morph map](https://laravel.com/docs/12.x/eloquent-relationships#custom-polymorphic-types) feature from Laravel:
154154

155155
```php
156156
Relation::enforceMorphMap([

0 commit comments

Comments
 (0)