Skip to content

Commit cdf7cba

Browse files
authored
remove underscores from form properties (#346)
1 parent 7f85938 commit cdf7cba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/rector/sets/cakephp60.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@
198198
],
199199
],
200200

201+
'Form' => [
202+
'Cake\Form\Schema' => ['_fields', '_fieldDefaults'],
203+
'Cake\Form\Form' => ['_schemaClass', '_schema', '_errors', '_data'],
204+
],
205+
201206
'ORM' => [
202207
'Cake\ORM\Association' => [
203208
'_name', '_className', '_bindingKey', '_foreignKey', '_conditions',

0 commit comments

Comments
 (0)