コード例 #1
0
ファイル: CategoryLink.php プロジェクト: tavo1987/linkbox
 public function categories()
 {
     $this->belongsToMany(Category::getClass(), 'category_link')->withTimestamps();
 }