diff options
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveBoundColumn.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TActiveBoundColumn.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveBoundColumn.php b/framework/Web/UI/ActiveControls/TActiveBoundColumn.php index 47300ca4..806d0f04 100644 --- a/framework/Web/UI/ActiveControls/TActiveBoundColumn.php +++ b/framework/Web/UI/ActiveControls/TActiveBoundColumn.php @@ -6,9 +6,10 @@ * @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; /** * TActiveBoundColumn class @@ -24,7 +25,7 @@ * Please refer to the original documentation of the {@link TBoundColumn} for usage. * * @author LANDWEHR Computer und Software GmbH <programmierung@landwehr-software.de> - * @package System.Web.UI.ActiveControls + * @package Prado\Web\UI\ActiveControls * @since 3.1.9 */ class TActiveBoundColumn extends TBoundColumn { |