Skip to content

Model class referencing according to Laravel 5.4 #1121

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

Closed
wants to merge 1 commit into from

Conversation

JanisOzolins
Copy link

As of Laravel 5.4, the way model class names can be references has been changed. Now you must user a namespace path in front of the model class in order for it to work (e.g., 'App\User' instead of just 'User'). README.md examples and "Relations" section updated accordingly.

As of Laravel 5.4, the way model class names can be references has been changed. Now you must user a namespace path in front of the model class in order for it to work (e.g., 'App\User' instead of just 'User').
@divine
Copy link
Contributor

divine commented Jan 20, 2020

Hello!

Could you please take care for conflicting file or we can take a look?

Thank you for your contribution!

@divine divine mentioned this pull request Jan 20, 2020
@Smolevich Smolevich closed this Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants