update 2024-01-28 20:35:38
This commit is contained in:
parent
ea1266fb92
commit
75ba178194
@ -89,7 +89,7 @@ final class Load
|
|||||||
{
|
{
|
||||||
return $this->model->value(
|
return $this->model->value(
|
||||||
$this->load->value(
|
$this->load->value(
|
||||||
["a.${field}" => $field],
|
["a.{$field}" => $field],
|
||||||
['a' => $table],
|
['a' => $table],
|
||||||
$this->prefix($keys)
|
$this->prefix($keys)
|
||||||
),
|
),
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
{
|
{
|
||||||
return $this->model->value(
|
return $this->model->value(
|
||||||
$this->load->value(
|
$this->load->value(
|
||||||
["a.${field}" => $field],
|
["a.{$field}" => $field],
|
||||||
['a' => $table],
|
['a' => $table],
|
||||||
$this->prefix($keys)
|
$this->prefix($keys)
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user