summaryrefslogtreecommitdiff
path: root/app/frontend/model/Calendar.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend/model/Calendar.php')
-rw-r--r--app/frontend/model/Calendar.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/frontend/model/Calendar.php b/app/frontend/model/Calendar.php
index b49bf92..47197ef 100644
--- a/app/frontend/model/Calendar.php
+++ b/app/frontend/model/Calendar.php
@@ -38,10 +38,6 @@ class Calendar extends ActiveRecord {
'Category' => [self::BELONGS_TO, 'Category', '_category']
];
- public static function finder($className=__CLASS__) {
- return parent::finder($className);
- }
-
const CUSTOM_IMAGE_PATH = 'resources/images/calendars';
public function getCustomImageUrl() {