mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 23:52:49 +08:00
修正一处未定义变量错误
This commit is contained in:
@@ -266,7 +266,7 @@ abstract class Builder
|
|||||||
$str = [];
|
$str = [];
|
||||||
foreach ($val as $field => $value) {
|
foreach ($val as $field => $value) {
|
||||||
if ($value instanceof Expression) {
|
if ($value instanceof Expression) {
|
||||||
$str[] = ' ' . $logic . ' ( ' . $value->getValue() . ' )';
|
$str[] = ' ' . $key . ' ( ' . $value->getValue() . ' )';
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ($value instanceof \Closure) {
|
if ($value instanceof \Closure) {
|
||||||
|
|||||||
Reference in New Issue
Block a user