@@ -81,7 +81,7 @@ |
||
81 | 81 | public function unregister(Metric $metric): self |
82 | 82 | { |
83 | 83 | $this->collector($metric) |
84 | - ->forget(get_class($metric)); |
|
84 | + ->forget(get_class($metric)); |
|
85 | 85 | |
86 | 86 | return $this; |
87 | 87 | } |