-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
morphMap Issue #1
Comments
Hi, |
Let me explain, when using Polymorhic relations, Laravel writes the whole Model with the namespace (App\User), but when we add the morphMap to AppServiceProvider like below:
App\User becomes users and this occurs error below:
|
Indeed, it's a bug. It should be fixed with the latest commit on |
Yes, it's solved. Thanks. You may close the issue. |
Thanks for your feedback. I've included the fix in the latest release. |
Using,
in AppServiceProvider breaks application. I'm not sure if it is related to your package.
Please check.
The text was updated successfully, but these errors were encountered: