fix: Неиспользуемый код
This commit is contained in:
parent
c514d747b8
commit
4ac027b8ee
4 changed files with 5 additions and 31 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue