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

:restored issue when Models not using :softdelete #1

Closed
vknyvz opened this issue Jun 1, 2016 · 1 comment
Closed

:restored issue when Models not using :softdelete #1

vknyvz opened this issue Jun 1, 2016 · 1 comment

Comments

@vknyvz
Copy link

vknyvz commented Jun 1, 2016

Call to undefined method Illuminate\Database\Query\Builder::restored() in traits

@santigarcor
Copy link
Owner

Commit 7780d85 solves the issue.

The problem was caused because the Role and User models don't use the SoftDeletes trait so the restored method doesn't exist

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

No branches or pull requests

2 participants