Completed
Pull Request — master (#3848)
by
unknown
03:30 queued 01:03
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().'-'.str_replace('.','_',$this->getColumn()->getName());
19
+        $key = $this->getKey().'-'.str_replace('.', '_', $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.