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

[5.3] Use getter instead of accessing the protected property directly. #14984

Merged
merged 1 commit into from
Aug 24, 2016

Conversation

yajra
Copy link
Contributor

@yajra yajra commented Aug 24, 2016

Use getter instead of accessing the protected property directly to avoid having error like below:

PHP Fatal error:  Uncaught Error: Cannot access protected property

PHP Fatal error:  Uncaught Error: Cannot access protected property
@yajra yajra changed the title Use getter instead of accessing the protected property directly. [5/.3] Use getter instead of accessing the protected property directly. Aug 24, 2016
@yajra yajra changed the title [5/.3] Use getter instead of accessing the protected property directly. [5.3] Use getter instead of accessing the protected property directly. Aug 24, 2016
@GrahamCampbell
Copy link
Member

👍

@taylorotwell taylorotwell merged commit 69e5b7e into laravel:5.3 Aug 24, 2016
@yajra yajra deleted the patch-join-clause branch August 24, 2016 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants