Commit 589de504 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files
parent ae2c5905
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ abstract class AbstractEntityService extends AbstractService
     */
    public function getProperties(): array
    {
        if (null === $this->properties) {
        if (empty($this->properties)) {
            $m = $this->getReflectionClass()->getMethods(\ReflectionMethod::IS_PUBLIC);
            $p = $this->getReflectionClass()->getProperties(\ReflectionProperty::IS_PRIVATE | \ReflectionProperty::IS_PROTECTED);