Completed
Pull Request — master (#4357)
by
unknown
03:24
created
src/Grid/Displayers/BtnActions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,8 +158,8 @@
 block discarded – undo
158 158
         foreach ($this->default as $action) {
159 159
             $actions .= $action->render();
160 160
         }
161
-        if(!empty($this->custom)) {
162
-            foreach($this->custom as $action) {
161
+        if (!empty($this->custom)) {
162
+            foreach ($this->custom as $action) {
163 163
                 $actions .= $action->render();
164 164
             }
165 165
         }
Please login to merge, or discard this patch.