Completed
Pull Request — master (#3079)
by
unknown
02:44
created
src/Grid/Displayers/Actions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
         $actions = $this->prepends;
129 129
 
130 130
         foreach ($this->actions as $action) {
131
-            $method = 'render' . ucfirst($action);
131
+            $method = 'render'.ucfirst($action);
132 132
             array_push($actions, $this->{$method}());
133 133
         }
134 134
 
Please login to merge, or discard this patch.