Skip to content

Commit b4f548c

Browse files
committed
Scope the newEloquentBuilder
1 parent 54dc015 commit b4f548c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Metric.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ protected function casts(): array
3737

3838
/**
3939
* Create a new Eloquent query builder for the model.
40+
*
41+
* @return MetricBuilder<static>
4042
*/
4143
public function newEloquentBuilder($query): MetricBuilder
4244
{

0 commit comments

Comments
 (0)