jqh 4 tahun lalu
induk
melakukan
57e2c86b32
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/Grid/Displayers/SwitchGroup.php

+ 1 - 1
src/Grid/Displayers/SwitchGroup.php

@@ -9,7 +9,7 @@ class SwitchGroup extends SwitchDisplay
 {
     protected $selector = 'grid-column-switch-group';
 
-    public function display($columns = [], string $color = '', $refresh = false)
+    public function display($columns = [], $color = '', $refresh = false)
     {
         if ($columns instanceof \Closure) {
             $columns = $columns->call($this->row, $this);