- UiTime older annotation was not properly setup

This commit is contained in:
Dave Mc Nicoll 2024-10-14 12:55:02 +00:00
parent 195586a078
commit 388b2a70f8
1 changed files with 1 additions and 1 deletions

View File

@ -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):