jqh %!s(int64=4) %!d(string=hai) anos
pai
achega
57e2c86b32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);