From 388b2a70f8ebb4874a7b0ec9e0e8d3d20dabc2f5 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Mon, 14 Oct 2024 12:55:02 +0000 Subject: [PATCH] - UiTime older annotation was not properly setup --- src/Form/Ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/Ui.php b/src/Form/Ui.php index faf9556..2f6e923 100644 --- a/src/Form/Ui.php +++ b/src/Form/Ui.php @@ -99,7 +99,7 @@ class Ui extends UiElement implements Extension { break; case in_array('time', $options): - $input = new UiText(); + $input = new UiTime(); break; case in_array('url', $options):