We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i set 'subject_returns_soft_deleted_models' => true
'subject_returns_soft_deleted_models' => true
{{ "success":false,"error":{"code":0,"message":"Call to undefined method Illuminate\\Database\\Query\\Builder::withTrashed()" }}
laravel v5.5 laravel-activitylog 2.2
The text was updated successfully, but these errors were encountered:
Make sure your model uses the SoftDeletes trait.
SoftDeletes
// in your model use SoftDeletes;
Sorry, something went wrong.
all models should use the SoftDeletes trait? I have some models with no softDeletes support. one thing more can we revert changes?
softDeletes
Same problem in #456 I don't feel forcing all our models to use SoftDeletes trait is a solution
No branches or pull requests
when i set
'subject_returns_soft_deleted_models' => true
{{ "success":false,"error":{"code":0,"message":"Call to undefined method Illuminate\\Database\\Query\\Builder::withTrashed()" }}
laravel v5.5
laravel-activitylog 2.2
The text was updated successfully, but these errors were encountered: