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.2] Fix missing makeHidden method in Model.php #14641

Merged
merged 1 commit into from
Aug 7, 2016
Merged

[5.2] Fix missing makeHidden method in Model.php #14641

merged 1 commit into from
Aug 7, 2016

Conversation

jbreuer95
Copy link
Contributor

@jbreuer95 jbreuer95 commented Aug 5, 2016

The documentation references this method but it doesn't seem to exist (https://laravel.com/docs/5.2/eloquent-serialization#hiding-attributes-from-json)
Tested and implemented this in my current project.
I hope this is useful and i am not missing something.
If i am please let me know :)

@jbreuer95 jbreuer95 changed the title Fix: Added the missing makeHidden method to Model.php [5.2] Fix: Added the missing makeHidden method to Model.php Aug 5, 2016
@jbreuer95 jbreuer95 changed the title [5.2] Fix: Added the missing makeHidden method to Model.php [5.2] Fix missing makeHidden method in Model.php Aug 5, 2016
@taylorotwell
Copy link
Member

Needs tests.

@taylorotwell taylorotwell merged commit c94ceec into laravel:5.2 Aug 7, 2016
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.

2 participants