We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef864d commit 29a1077Copy full SHA for 29a1077
src/NumberColumn.php
@@ -18,7 +18,7 @@ public function round($places = 0)
18
19
return $this;
20
}
21
-
+
22
public function format($places = 0)
23
{
24
$this->callback = function ($value) use ($places) {
0 commit comments