20250413#1
This commit is contained in:
@@ -25,7 +25,7 @@ abstract class AbstractEntity implements EntityInterface {
|
|||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function __get(string $name) {
|
public function __get(string $name) {
|
||||||
return $this->$name ?? "";
|
return $this->$name ?? null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user