Domain\Classroom\Classroom::teacher PHP Method

teacher() public method

public teacher ( )
    public function teacher()
    {
        return $this->belongsTo(Teacher::class);
    }