Esempio n. 1
0
 /**
  * Get the URL to the post.
  *
  * @return string
  */
 public function url()
 {
     return Url::to('blog/' . $this->slug);
 }