From 784f4fd4899df68502918e4d0518dbb2a3a2c135 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 2 Nov 2020 15:27:54 +0100 Subject: [PATCH] wip #4031 --- src/app/Magic/Fields/SelectFromArray.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/Magic/Fields/SelectFromArray.php b/src/app/Magic/Fields/SelectFromArray.php index c9d00e5..8a0c547 100644 --- a/src/app/Magic/Fields/SelectFromArray.php +++ b/src/app/Magic/Fields/SelectFromArray.php @@ -23,7 +23,6 @@ class SelectFromArray extends Field return array_merge(parent::getDefaultAttributes(), ['options' => $this->_options, 'options_aliases' => $this->_options_aliases, 'allows_null' => $this->_allowNull, 'allows_multiple' => $this->_multiple]); } - public function getColumnData() { $res = parent::getColumnData(); -- 2.39.5