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 8116641 commit 2ef864dCopy full SHA for 2ef864d
src/NumberColumn.php
@@ -21,7 +21,6 @@ public function round($places = 0)
21
22
public function format($places = 0)
23
{
24
-
25
$this->callback = function ($value) use ($places) {
26
return number_format($value, $places, '.', ',');
27
};
0 commit comments