This commit is contained in:
thinkphp
2016-07-06 17:26:26 +08:00
parent b3fb1c6045
commit 8af400a8ac

View File

@@ -369,6 +369,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
$value = $this->getData($name);
} catch (InvalidArgumentException $e) {
$notFound = true;
$value = null;
}
// 检测属性获取器