Film::theaters PHP Method

theaters() public method

public theaters ( )
    public function theaters()
    {
        return $this->belongsToMany('Theater', 'films_theaters');
    }