fixed
This commit is contained in:
parent
2125966684
commit
7fd87caa36
@ -172,7 +172,7 @@ trait BaseOptionsTrait
|
||||
|
||||
if (is_array($field)) {
|
||||
foreach ($field as &$value) {
|
||||
$value = sprintf('%s.%s', $this->getTable(), $field);
|
||||
$value = sprintf('%s.%s', $this->getTable(), $value);
|
||||
}
|
||||
|
||||
return $field;
|
||||
|
Loading…
x
Reference in New Issue
Block a user