Film::theaters PHP 메소드

theaters() 공개 메소드

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