Completed
Pull Request — master (#3648)
by
unknown
02:22
created
src/Grid/Displayers/Expand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
         $key = $this->getKey();
18 18
 
19
-        $this->uniqueKey = $key . '-' . $this->column->getName();
19
+        $this->uniqueKey = $key.'-'.$this->column->getName();
20 20
 
21 21
         $this->setupScript();
22 22
 
Please login to merge, or discard this patch.