From 5230f8f8a86fc1ae5d90f8c74ae65c93e197502b Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Thu, 22 Jan 2015 09:14:12 +0100 Subject: Apply namespaces to class inheritances (pt1) --- framework/Util/TRpcClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Util/TRpcClient.php') diff --git a/framework/Util/TRpcClient.php b/framework/Util/TRpcClient.php index f665dce6..15d29955 100644 --- a/framework/Util/TRpcClient.php +++ b/framework/Util/TRpcClient.php @@ -45,7 +45,7 @@ namespace Prado\Util; * @since 3.2 */ -class TRpcClient extends TApplicationComponent +class TRpcClient extends \Prado\TApplicationComponent { /** * @var string url of the RPC server -- cgit v1.2.3