@@ -74,7 +74,7 @@ |
||
| 74 | 74 | public function unregister(Metric $metric): self |
| 75 | 75 | { |
| 76 | 76 | $this->collector($metric) |
| 77 | - ->forget($metric::class); |
|
| 77 | + ->forget($metric::class); |
|
| 78 | 78 | |
| 79 | 79 | return $this; |
| 80 | 80 | } |