diff options
Diffstat (limited to 'framework/Util/TRpcClient.php')
-rw-r--r-- | framework/Util/TRpcClient.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/Util/TRpcClient.php b/framework/Util/TRpcClient.php index ec0da4e2..0b78906d 100644 --- a/framework/Util/TRpcClient.php +++ b/framework/Util/TRpcClient.php @@ -5,9 +5,10 @@ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ * @since 3.2 - * @package System.Util + * @package Prado\Util */ +namespace Prado\Util; /** * TRpcClient class @@ -41,7 +42,7 @@ * * @author Robin J. Rogge <rrogge@bigpoint.net> * @version $Id$ - * @package System.Util + * @package Prado\Util * @since 3.2 */ |