Skip to content

Commit 5fa9cf3

Browse files
authored
Update Populator.php
1 parent 94ddd95 commit 5fa9cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Populator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ private function extractRelation(Model $model, string $relationName): Relation
170170

171171
public function clear()
172172
{
173-
$this->clear();
173+
$this->uow->clear();
174174
}
175175
}

0 commit comments

Comments
 (0)