summaryrefslogtreecommitdiff
path: root/framework/Web/Services/TJsonService.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Services/TJsonService.php')
-rw-r--r--framework/Web/Services/TJsonService.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/Services/TJsonService.php b/framework/Web/Services/TJsonService.php
index 08d0ec3d..0f800aff 100644
--- a/framework/Web/Services/TJsonService.php
+++ b/framework/Web/Services/TJsonService.php
@@ -6,9 +6,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Web.Services
+ * @package Prado\Web\Services
*/
+namespace Prado\Web\Services;
+
/**
* TJsonService class provides to end-users javascript content response in
* JSON format.
@@ -46,7 +48,7 @@
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
* @author Carl G. Mathisen <carlgmathisen@gmail.com>
- * @package System.Web.Services
+ * @package Prado\Web\Services
* @since 3.1
*/
class TJsonService extends TService