feat: usr roles and soft deletes and filament

This commit is contained in:
2026-05-22 10:33:16 +02:00
parent ad17c55564
commit 3c1b6b8de4
+1 -1
View File
@@ -273,7 +273,7 @@ class AuthController extends Controller
->where('email', $user->email) ->where('email', $user->email)
->delete(); ->delete();
$user->delete(); $user->forceDelete();
}); });
if (! empty($storagePaths)) { if (! empty($storagePaths)) {