'int', 'press_release_id' => 'int' ]; protected $fillable = [ 'title', 'link', 'language', 'show_on_homepage', 'press_release_id' ]; public function categories() { return $this->belongsToMany(Category::class, 'promotion_link_category'); } }