コード例 #1
0
ファイル: Post.php プロジェクト: jclyons52/mycourse-rocks
 /**
  * Get the URL to the post.
  *
  * @return string
  */
 public function url()
 {
     return Url::to('blog/' . $this->slug);
 }