Call to undefined method Illuminate\Database\Eloquent\Builder::withoutTrashed()

Getting error after including this --soft-deletes php artisan make:filament-resource Department --generate --view --soft-deletes Need Help
2 Replies
Hussain4real
Hussain4real12mo ago
you need to add SoftDeletes trait to your model
bdm-laravel
bdm-laravelOP12mo ago
okay thanks for the tip

Did you find this page helpful?