Domain\Student\Student::matterCompleteds PHP Method

matterCompleteds() public method

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