Domain\Matter\Matter::teachers PHP Method

teachers() public method

public teachers ( )
    public function teachers()
    {
        return $this->belongsToMany(Teacher::class, 'teacher_matter');
    }