Exemplo n.º 1
0
 protected function getChannelIdOptions()
 {
     return ChannelModel::listsNested('title', 'slug', ' - ');
 }
Exemplo n.º 2
0
 public function getChannelSlugOptions()
 {
     return ChannelModel::listsNested('title', 'slug', ' - ');
 }