Exemplo n.º 1
0
 public function getSlug()
 {
     if ($this->slug) {
         return $this->slug;
     }
     return parent::getSlug();
 }