cakephp / cakephp

CakePHP: The Rapid Development Framework for PHP - Official Repository
http://cakephp.org
MIT License
8.68k stars 3.44k forks source link

Fix removeBehavior not clearing state #17703

Closed markstory closed 3 weeks ago

markstory commented 3 weeks ago

When behaviors are unloaded we should clear up the additional method mappings that BehaviorRegistry collects.

Fixes #17697