Skip to content

Commit 98e859a

Browse files
author
Cari Spruiell
committed
Merge remote-tracking branch 'ext/MAGETWO-54078-remove-deprecated' into pull-request
2 parents c83b72c + 7ce6a15 commit 98e859a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/internal/Magento/Framework/Model/AbstractModel.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ public function getCollection()
520520
/**
521521
* Load object data
522522
*
523-
* @deprecated
524523
* @param integer $modelId
525524
* @param null|string $field
526525
* @return $this
@@ -622,7 +621,6 @@ public function setHasDataChanges($flag)
622621
/**
623622
* Save object data
624623
*
625-
* @deprecated
626624
* @return $this
627625
* @throws \Exception
628626
*/
@@ -807,7 +805,6 @@ public function afterSave()
807805
/**
808806
* Delete object from database
809807
*
810-
* @deprecated
811808
* @return $this
812809
* @throws \Exception
813810
*/

0 commit comments

Comments
 (0)