This commit is contained in:
2021-03-16 10:46:10 +08:00
parent 21be67ea4e
commit f3947f4542
3 changed files with 11 additions and 15 deletions
-1
View File
@@ -230,7 +230,6 @@ class Columns extends Component
*/
public function hasField(string $name): bool
{
var_dump($name, array_key_exists($name, $this->getFields()));
return array_key_exists($name, $this->getFields());
}