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.