Skip to content

0.12.5

Compare
Choose a tag to compare
@dereuromark dereuromark released this 19 Sep 13:37
· 762 commits to master since this release

Bugfixes

Fixed the pivot relation from BelongsToMany to the correct one (HasMany):

 * @property \App\Model\Table\FeaturesFeaturesTable|\Cake\ORM\Association\HasMany $FeaturesFeatures
 * @property \App\Model\Table\FeaturesModulesTable|\Cake\ORM\Association\HasMany $FeaturesModules
 */
class FeaturesTable extends Table

HABTM is always 2x hasMany from the outside in and 2x belongsTo from the inside out.