diff --git a/src/Adapter/EloquentAdapter.php b/src/Adapter/EloquentAdapter.php index 4da8352..754f7eb 100644 --- a/src/Adapter/EloquentAdapter.php +++ b/src/Adapter/EloquentAdapter.php @@ -232,7 +232,7 @@ class EloquentAdapter implements AdapterInterface private function getAttributeColumn(Attribute $attribute): string { - return $this->model->getTable().'.'.$this->getAttributeProperty($attribute); + return $this->getAttributeProperty($attribute); } private function getRelationshipProperty(Relationship $relationship): string