mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正
This commit is contained in:
@@ -369,6 +369,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
|||||||
$value = $this->getData($name);
|
$value = $this->getData($name);
|
||||||
} catch (InvalidArgumentException $e) {
|
} catch (InvalidArgumentException $e) {
|
||||||
$notFound = true;
|
$notFound = true;
|
||||||
|
$value = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 检测属性获取器
|
// 检测属性获取器
|
||||||
|
|||||||
Reference in New Issue
Block a user