Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a56e42af4 |
@@ -25,7 +25,7 @@ abstract class AbstractEntity implements EntityInterface {
|
||||
* @return string
|
||||
*/
|
||||
public function __get(string $name) {
|
||||
return $this->$name ?? "";
|
||||
return $this->$name ?? null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user