mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-11 23:37:22 +00:00
remove unused files and refactor variable names and function names
This commit is contained in:
@@ -239,6 +239,7 @@ class User extends Authenticatable implements HasMedia
|
||||
if ($customer->addresses()->exists()) {
|
||||
$customer->addresses()->delete();
|
||||
}
|
||||
|
||||
$customer->delete();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user