Skip to content

Commit 7418ad0

Browse files
committed
Rename using to model
1 parent f657ae7 commit 7418ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PendingMetric.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ public function measurable(Model $measurable): self
9292
}
9393

9494
/**
95-
* Set the model to use for the metric.
95+
* Set the metric model to use.
9696
*/
97-
public function using(string $model): self
97+
public function model(string $model): self
9898
{
9999
$this->model = $model;
100100

0 commit comments

Comments
 (0)