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/Data/ActiveRecord/TActiveRecord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Data/ActiveRecord/TActiveRecord.php') diff --git a/framework/Data/ActiveRecord/TActiveRecord.php b/framework/Data/ActiveRecord/TActiveRecord.php index 8b295c2f..e8fcbb9a 100644 --- a/framework/Data/ActiveRecord/TActiveRecord.php +++ b/framework/Data/ActiveRecord/TActiveRecord.php @@ -146,7 +146,7 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelationContext'); * @package Prado\Data\ActiveRecord * @since 3.1 */ -abstract class TActiveRecord extends TComponent +abstract class TActiveRecord extends \Prado\TComponent { const BELONGS_TO='BELONGS_TO'; const HAS_ONE='HAS_ONE'; -- cgit v1.2.3