summaryrefslogtreecommitdiff
path: root/app/frontend/model/UserAuthKey.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend/model/UserAuthKey.php')
-rw-r--r--app/frontend/model/UserAuthKey.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/frontend/model/UserAuthKey.php b/app/frontend/model/UserAuthKey.php
index 64d9e65..2ace876 100644
--- a/app/frontend/model/UserAuthKey.php
+++ b/app/frontend/model/UserAuthKey.php
@@ -24,10 +24,6 @@ class UserAuthKey extends ActiveRecord {
'User' => [self::BELONGS_TO, 'User', '_user']
];
- public static function finder($className=__CLASS__) {
- return parent::finder($className);
- }
-
}
?>