Skip to content
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

Laravel compatibility fix #239

Closed
wants to merge 9 commits into from

Conversation

cliche23
Copy link
Contributor

There is a method name change in Laravel versions (both supported by Arbory 1.0 version) in Illuminate\Database\Eloquent\Relations\BelongsTo class, namely, method getQualifiedForeignKey name is changed to getQualifiedForeignKeyName. Since Arbory 1.0 version uses former method name in ArboryFileFactory class, this fix ensures compatibility for both these Laravel versions.

@cliche23 cliche23 requested a review from miks February 18, 2021 15:17
@miks miks closed this Feb 18, 2021
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.

None yet

4 participants