This commit is contained in:
Yuri Kuznetsov
2022-03-22 10:45:40 +02:00
parent c5eb6c560b
commit 93e467af79
+1 -1
View File
@@ -195,7 +195,7 @@ interface Entity
public function setAsNotNew(): void;
/**
* Copy all current values to fetched values. All current attribute values will beset as those
* Copy all current values to fetched values. All current attribute values will be set as those
* that are fetched from DB.
*/
public function updateFetchedValues(): void;