summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/TActiveRecord.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/ActiveRecord/TActiveRecord.php')
-rw-r--r--framework/Data/ActiveRecord/TActiveRecord.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/Data/ActiveRecord/TActiveRecord.php b/framework/Data/ActiveRecord/TActiveRecord.php
index 0eb6d51d..4e06f645 100644
--- a/framework/Data/ActiveRecord/TActiveRecord.php
+++ b/framework/Data/ActiveRecord/TActiveRecord.php
@@ -160,11 +160,6 @@ abstract class TActiveRecord extends TComponent
return $finders[$className];
}
- public static function getRecordFinder($className)
- {
- throw new TActiveRecordException('Deprecated method, use TActiveRecord::finder()');
- }
-
/**
* Gets the record manager for this object, the default is to call
* TActiveRecordManager::getInstance().