Skip to content

Commit 041ff14

Browse files
committed
wip
1 parent ec880a6 commit 041ff14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Abstracts/RelationalRelationAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function getCountWithConditions(array $conditions): int
4343
$condition["value"] ?? ''
4444
);
4545
}
46-
$model_value = $this->model::get();
46+
$model_value = $model_value->get();
4747

4848
return count($model_value);
4949
}

0 commit comments

Comments
 (0)