Film::theaters PHP Méthode

theaters() public méthode

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