Esempio n. 1
0
 public function getViewTemplatingKey()
 {
     if ($this->view) {
         return $this->view;
     }
     if ($this->slug) {
         return $this->slug;
     }
     return parent::getViewTemplatingKey();
 }