belongsToMany(Video::class, 'video_sector'); } public function users() { return $this->hasMany(User::class); } }