Soft deletes don't delete the related tables. It just adds a timestamp to your deleted_at column. Try showing us your code. What does your User model look like?
soft-delete don't run on related models, just can use dettach find id on the model and dettach de FK.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community