diff options
Diffstat (limited to 'app/frontend/model/Category.php')
-rw-r--r-- | app/frontend/model/Category.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/frontend/model/Category.php b/app/frontend/model/Category.php index 87b97b6..254658b 100644 --- a/app/frontend/model/Category.php +++ b/app/frontend/model/Category.php @@ -21,10 +21,6 @@ class Category extends ActiveRecord { 'Calendars' => [self::HAS_MANY, 'Calendar', '_category'] ]; - public static function finder($className=__CLASS__) { - return parent::finder($className); - } - } ?> |