feat: usr roles and soft deletes and filament
This commit is contained in:
@@ -273,7 +273,7 @@ class AuthController extends Controller
|
||||
->where('email', $user->email)
|
||||
->delete();
|
||||
|
||||
$user->delete();
|
||||
$user->forceDelete();
|
||||
});
|
||||
|
||||
if (! empty($storagePaths)) {
|
||||
|
||||
Reference in New Issue
Block a user