Completed
Push — master ( 72cf0f...1c3c44 )
by Song
18s queued 11s
created
src/Grid/Displayers/Expand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         return Admin::component('admin::components.column-expand', [
28 28
             'key'           => $this->getKey(),
29 29
             'url'           => $this->getLoadUrl(),
30
-            'name'          => str_replace('.', '-', $this->getName()) . '-' . $this->getKey(),
30
+            'name'          => str_replace('.', '-', $this->getName()).'-'.$this->getKey(),
31 31
             'html'          => $html,
32 32
             'value'         => $this->value,
33 33
             'async'         => $async,
Please login to merge, or discard this patch.