This commit is contained in:
2021-04-16 14:24:53 +08:00
parent 076d575c5a
commit bb16ec0b09
+1
View File
@@ -230,6 +230,7 @@ class Columns extends Component
*/
public function hasField(string $name): bool
{
var_dump($this->getFields());
return array_key_exists($name, $this->getFields());
}