Fixes
-
Fixed
MissingTableClassExceptionwhen annotating entities of tables with abelongsToManyassociation (#471).bin/cake annotate modelsaborted withTable class for aliasTagsJoincould not be found.on any app that runsallowFallbackClass(false), which the CakePHP application skeleton does by default. The synthetic association carrying the_joinDatatype info now gets its target table and foreign key passed explicitly, so the table locator is no longer consulted for the generated alias.
Full Changelog: 2.22.2...2.22.3