mirror of https://gitee.com/karson/fastadmin.git
Pre Merge pull request !526 from 御宅男(YznCMS官方)/1.x
commit
79805f0510
|
|
@ -440,7 +440,7 @@ class SelectPage
|
||||||
return $this->selectpageFields;
|
return $this->selectpageFields;
|
||||||
}
|
}
|
||||||
if ($this->selectpageFields && $this->selectpageFields !== '*') {
|
if ($this->selectpageFields && $this->selectpageFields !== '*') {
|
||||||
return explode(',', $this->selectpageFields);
|
return array_map('trim', explode(',', $this->selectpageFields));
|
||||||
}
|
}
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue