Skip to content

Fix for policies #860

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

Merged
merged 1 commit into from
Aug 22, 2018
Merged

Fix for policies #860

merged 1 commit into from
Aug 22, 2018

Conversation

ShawnCZek
Copy link
Contributor

Policies cannot be used now due to this reason. And additionally, the method Auth::user() returns the class Authenticatable (which is used in gates), not Authorizable.

Also, I believe the class Authenticatable should be used since it is checking its instance on the line 33.

Policies cannot be used now due to this reason. And additionally, the method `Auth::user()` returns the class `Authenticatable` (which is used in gates), not `Authorizable`.

Also, I believe the class `Authenticatable` should be used since it is checking its instance on the line 33.
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