- UiTime older annotation was not properly setup
This commit is contained in:
parent
195586a078
commit
388b2a70f8
|
@ -99,7 +99,7 @@ class Ui extends UiElement implements Extension {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case in_array('time', $options):
|
case in_array('time', $options):
|
||||||
$input = new UiText();
|
$input = new UiTime();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case in_array('url', $options):
|
case in_array('url', $options):
|
||||||
|
|
Loading…
Reference in New Issue