diff --git a/src/B8Framework/Store.php b/src/B8Framework/Store.php index f14ed532..9cbe4997 100644 --- a/src/B8Framework/Store.php +++ b/src/B8Framework/Store.php @@ -304,7 +304,7 @@ abstract class Store } if (strpos($field, '.') === false) { - return $this->tableName . '.' . $field; + return '{{' . $this->tableName . '}}.{{' . $field . '}}'; } return $field;