We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2a714 commit 27c4142Copy full SHA for 27c4142
src/Bean.php
@@ -108,7 +108,7 @@ public function offsetUnset($offset) : void
108
*/
109
public function refresh() : void
110
{
111
- $this->row = $this->row->getTable()->get($this->primaryKey->getValue());
+ $this->row = $this->row->getTable()->createSelectionInstance($this->getTableName())->get($this->primaryKey->getValue());
112
$this->initiateProperties();
113
}
114
0 commit comments