Example #1
0
 protected function getChannelIdOptions()
 {
     return ChannelModel::listsNested('title', 'slug', ' - ');
 }
Example #2
0
 public function getChannelSlugOptions()
 {
     return ChannelModel::listsNested('title', 'slug', ' - ');
 }