Explorar el Código

FD3-309, fix temporal

Luciano Andrade hace 7 años
padre
commit
486ba1f40f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Entity/Traits/ExtraDataTrait.php

+ 1 - 1
Entity/Traits/ExtraDataTrait.php

@@ -87,7 +87,7 @@ trait ExtraDataTrait
         } else if (substr($name, 0, 3) == 'set') {
         } else if (substr($name, 0, 3) == 'set') {
             return $this->__set(substr($name, 3), $arguments);
             return $this->__set(substr($name, 3), $arguments);
         } else {
         } else {
-            throw new \Exception("ExtraData __call not support call $name");
+            return null;
         }
         }
     }
     }