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 2322baf commit ce82c5cCopy full SHA for ce82c5c
app/code/Magento/Customer/Model/Customer.php
@@ -1057,7 +1057,8 @@ public function beforeDelete()
1057
*
1058
* @return $this
1059
*/
1060
- public function beforeSave() {
+ public function beforeSave()
1061
+ {
1062
// Need to use attribute set or future updates can cause data loss
1063
if (!$this->getAttributeSetId()) {
1064
$this->setAttributeSetId(
0 commit comments