Completed
Pull Request — master (#1350)
by
unknown
02:50
created
src/Grid.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -290,11 +290,11 @@
 block discarded – undo
290 290
     {
291 291
         $trans_key = 'validation.attributes.' . strtolower($relationColumn);
292 292
 
293
-         if (empty($label) && Lang::has($trans_key)) {
293
+            if (empty($label) && Lang::has($trans_key)) {
294 294
             $label = Lang::get($trans_key);
295 295
         }else if (empty($label)) {
296
-             $label = ucfirst($relationColumn);
297
-         }
296
+                $label = ucfirst($relationColumn);
297
+            }
298 298
         return $label;
299 299
     }
300 300
 
Please login to merge, or discard this patch.