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

Declare table relations earlier to improve guarded/fillable detection accuracy #1548

Merged
merged 1 commit into from
Aug 15, 2020

Conversation

drbyte
Copy link
Collaborator

@drbyte drbyte commented Aug 15, 2020

Declare table relations earlier to improve guarded/fillable detection accuracy.

Relates to requirements from Laravel's security patches in August 2020, in Laravel 6.18.35, 7.24.0
https://blog.laravel.com/security-release-laravel-61835-7240

Fixes #1542

Co-authored-by: ReeceM [email protected]

… accuracy

Relates to requirements from Laravel's security patches in August 2020, in Laravel 6.18.35, 7.24.0
https://blog.laravel.com/security-release-laravel-61835-7240

Co-authored-by: ReeceM <[email protected]>
@drbyte
Copy link
Collaborator Author

drbyte commented Aug 15, 2020

Thanks @ReeceM

@drbyte drbyte merged commit 5c1cc46 into master Aug 15, 2020
@drbyte drbyte deleted the gettable branch August 15, 2020 20:28
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.

$guarded value on Role/Permission class causes failure in latest laravel 7.x and 6.x
1 participant