We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b4b3d commit 8a15fd8Copy full SHA for 8a15fd8
app/code/Magento/Customer/Model/Customer.php
@@ -1054,17 +1054,6 @@ public function resetErrors()
1054
return $this;
1055
}
1056
1057
- /**
1058
- * Prepare customer for delete
1059
- *
1060
- * @return $this
1061
- */
1062
- public function beforeDelete()
1063
- {
1064
- //TODO : Revisit and figure handling permissions in MAGETWO-11084 Implementation: Service Context Provider
1065
- return parent::beforeDelete();
1066
- }
1067
-
1068
/**
1069
* Processing object after save data
1070
*
0 commit comments