4
0

update 2024-01-28 20:35:38

This commit is contained in:
Robot 2024-01-28 20:35:38 +02:00
parent ea1266fb92
commit 75ba178194
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ final class Load
{
return $this->model->value(
$this->load->value(
["a.${field}" => $field],
["a.{$field}" => $field],
['a' => $table],
$this->prefix($keys)
),

View File

@ -63,7 +63,7 @@
{
return $this->model->value(
$this->load->value(
["a.${field}" => $field],
["a.{$field}" => $field],
['a' => $table],
$this->prefix($keys)
),