Completed
Pull Request — master (#3277)
by Song
05:08 queued 01:47
created
src/Grid/Tools/TotalRow.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      */
62 62
     public function render()
63 63
     {
64
-        $columns = $this->getGrid()->columns()->flatMap(function (Column $column) {
64
+        $columns = $this->getGrid()->columns()->flatMap(function(Column $column) {
65 65
             $name = $column->getName();
66 66
 
67 67
             $total = ($display = Arr::get($this->columns, $name)) ? $this->total($name, $display) : '';
Please login to merge, or discard this patch.