diff options
author | emkael <emkael@tlen.pl> | 2016-11-02 16:10:15 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-11-02 16:10:15 +0100 |
commit | d0dc1a56c91a6c257cb5c89286679952f7656ed9 (patch) | |
tree | b230722b369b15d3fef264baa019a1d2b32c7af3 /app/frontend/model/Calendar.php | |
parent | 9dad23eb566c3651d0f978bf49b1a5777ae095f6 (diff) |
* cleanup in frontend records design
Diffstat (limited to 'app/frontend/model/Calendar.php')
-rw-r--r-- | app/frontend/model/Calendar.php | 4 |
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() { |