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
you need to add
SoftDeletes
trait to your modelokay thanks for the tip