This commit is contained in:
Yuri Kuznetsov
2024-01-11 16:38:17 +02:00
parent 3906aa245c
commit 5c34d57012
-1
View File
@@ -178,7 +178,6 @@ class BaseEntity implements Entity
if (is_string($p1)) {
$name = $p1;
$value = $p2;
if ($name == 'id') {
$this->id = $value;