diff --git a/config/rector/sets/cakephp60.php b/config/rector/sets/cakephp60.php index 2c3d563a..707af5e1 100644 --- a/config/rector/sets/cakephp60.php +++ b/config/rector/sets/cakephp60.php @@ -87,6 +87,10 @@ 'Cake\Console\HelperRegistry' => ['_io'], 'Cake\Console\HelpFormatter' => ['_maxArgs', '_maxOptions', '_parser', '_alias'], ], + 'Controller' => [ + 'Cake\Controller\ComponentRegistry' => ['_Controller'], + 'Cake\Controller\Controller' => ['_components'], + ], 'Core' => [ 'Cake\Core\StaticConfigTrait' => ['_config', '_dsnClassMap', '_registry'], ],