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