diff --git a/config/rector/sets/cakephp60.php b/config/rector/sets/cakephp60.php index 89b012ff..ad4e972c 100644 --- a/config/rector/sets/cakephp60.php +++ b/config/rector/sets/cakephp60.php @@ -198,6 +198,11 @@ ], ], + 'Form' => [ + 'Cake\Form\Schema' => ['_fields', '_fieldDefaults'], + 'Cake\Form\Form' => ['_schemaClass', '_schema', '_errors', '_data'], + ], + 'ORM' => [ 'Cake\ORM\Association' => [ '_name', '_className', '_bindingKey', '_foreignKey', '_conditions',