Skip to content

Commit 8a15fd8

Browse files
committed
magento-engcom/magento2ce#2731: Fixed static tests
1 parent c3b4b3d commit 8a15fd8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/code/Magento/Customer/Model/Customer.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,17 +1054,6 @@ public function resetErrors()
10541054
return $this;
10551055
}
10561056

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-
10681057
/**
10691058
* Processing object after save data
10701059
*

0 commit comments

Comments
 (0)