diff --git a/Base/Model.php b/Base/Model.php index bb60f86..1595f07 100644 --- a/Base/Model.php +++ b/Base/Model.php @@ -837,7 +837,6 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, \ */ public function getOldAttribute(string $field): mixed { - // TODO: Implement getOldAttribute() method. return $this->_oldAttributes[$field] ?? null; }