jqh 4 years ago
parent
commit
57e2c86b32
1 changed files with 1 additions and 1 deletions
  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';
     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) {
         if ($columns instanceof \Closure) {
             $columns = $columns->call($this->row, $this);
             $columns = $columns->call($this->row, $this);