summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TWizardNavigationButtonType.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/WebControls/TWizardNavigationButtonType.php')
-rw-r--r--framework/Web/UI/WebControls/TWizardNavigationButtonType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TWizardNavigationButtonType.php b/framework/Web/UI/WebControls/TWizardNavigationButtonType.php
index 05dbc428..1ef418f4 100644
--- a/framework/Web/UI/WebControls/TWizardNavigationButtonType.php
+++ b/framework/Web/UI/WebControls/TWizardNavigationButtonType.php
@@ -25,7 +25,7 @@ namespace Prado\Web\UI\WebControls;
* @package Prado\Web\UI\WebControls
* @since 3.0.4
*/
-class TWizardNavigationButtonType extends TEnumerable
+class TWizardNavigationButtonType extends \Prado\TEnumerable
{
const Button='Button';
const Image='Image';