Example #1
0
 public function categories()
 {
     $this->belongsToMany(Category::getClass(), 'category_link')->withTimestamps();
 }