This commit is contained in:
2023-12-18 17:12:52 +08:00
parent 3d37e11497
commit 1ede0aa3bd
-1
View File
@@ -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;
}