diff options
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveLiteralColumn.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TActiveLiteralColumn.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveLiteralColumn.php b/framework/Web/UI/ActiveControls/TActiveLiteralColumn.php index 6fc198da..70652762 100644 --- a/framework/Web/UI/ActiveControls/TActiveLiteralColumn.php +++ b/framework/Web/UI/ActiveControls/TActiveLiteralColumn.php @@ -6,9 +6,11 @@ * @link http://www.landwehr-software.de/ * @copyright Copyright © 2009 LANDWEHR Computer und Software GmbH * @license http://www.pradosoft.com/license/ - * @package System.Web.UI.ActiveControls + * @package Prado\Web\UI\ActiveControls */ +namespace Prado\Web\UI\ActiveControls; + /** * TActiveLiteralColumn class * @@ -28,7 +30,7 @@ * Please refer to the original documentation of the {@link TLiteralColumn} for usage. * * @author Fabio Bas <ctrlaltca@gmail.com> - * @package System.Web.UI.ActiveControls + * @package Prado\Web\UI\ActiveControls * @since 3.1.9 */ class TActiveLiteralColumn extends TLiteralColumn { |