Completed
Pull Request — master (#3192)
by jxlwqq
02:48
created
src/Grid/Displayers/Modal.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
         $html = call_user_func_array($callback, [$this->row]);
18 18
 
19
-        $key = $this->getKey() . '-' . $this->getColumn()->getName();
19
+        $key = $this->getKey().'-'.$this->getColumn()->getName();
20 20
 
21 21
         return <<<EOT
22 22
 <span class="grid-expand" data-toggle="modal" data-target="#grid-modal-{$key}">
Please login to merge, or discard this patch.