belongsTo(AttributeOptionProxy::modelClass() , 'brand'); } /** * The categories that belong to the product. */ public function categories() { return $this->belongsToMany(CategoryProxy::modelClass(), 'product_categories','product_id'); } }