v0.0.15 - catalags & apis many to many wip
This commit is contained in:
@@ -58,6 +58,10 @@ class ExternalProductCatalogsTable extends Table
|
||||
'through' => 'CakeProducts.ExternalProductCatalogsProductCatalogs',
|
||||
'className' => 'CakeProducts.ProductCatalogs',
|
||||
]);
|
||||
|
||||
$this->hasMany('ExternalProductCatalogsProductCatalogs', [
|
||||
'className' => 'CakeProducts.ExternalProductCatalogsProductCatalogs',
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user