We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb910f commit 71dcdadCopy full SHA for 71dcdad
src/Adapter/EloquentAdapter.php
@@ -232,7 +232,7 @@ private function getAttributeProperty(Attribute $attribute): string
232
233
private function getAttributeColumn(Attribute $attribute): string
234
{
235
- return $this->model->getTable().'.'.$this->getAttributeProperty($attribute);
+ return $this->getAttributeProperty($attribute);
236
}
237
238
private function getRelationshipProperty(Relationship $relationship): string
0 commit comments