mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
Fix Getter
This commit is contained in:
parent
b468a665f5
commit
a5414a6a48
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class Schedule extends ModelBase
|
|||
|
||||
private function getScheduleUrl()
|
||||
{
|
||||
return get('SCHEDULE.URL');
|
||||
return $this->get('SCHEDULE.URL');
|
||||
}
|
||||
|
||||
private function isCacheEnabled()
|
||||
|
|
Loading…
Reference in a new issue