fix: Неиспользуемый код

This commit is contained in:
origami11@yandex.ru 2024-01-23 18:12:29 +03:00
parent c514d747b8
commit 4ac027b8ee
4 changed files with 5 additions and 31 deletions

View file

@ -8,7 +8,7 @@ class Select extends Field
public $options = array();
public function __construct ($input, $factory) {
parent::__construct($input, $factory);
parent::__construct($input);
if ($factory != null) {
$factory->create($this, $input);