domain\classroom\Classroom::schedule PHP Method

schedule() public method

public schedule ( )
    public function schedule()
    {
        return $this->belongsTo(Schedule::class);
    }