Domain\Student\Student::matterCompleteds PHP Méthode

matterCompleteds() public méthode

public matterCompleteds ( )
    public function matterCompleteds()
    {
        return $this->belongsToMany(ClassroomMatter::class, 'classroom_matter_student_completed');
    }