feat: usr roles and soft deletes and filament
Laravel CI-CD / Tests Unitaires (push) Failing after 27s Details
Laravel CI-CD / Deploy with Kamal (push) Has been skipped Details

This commit is contained in:
Leon Morival 2026-05-22 10:33:16 +02:00
parent ad17c55564
commit 3c1b6b8de4
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ class AuthController extends Controller
->where('email', $user->email)
->delete();
$user->delete();
$user->forceDelete();
});
if (! empty($storagePaths)) {