diff --git a/config/set/cakephp/cakephp40.yaml b/config/set/cakephp/cakephp40.yaml index e9b52f1130c..3a69fdb57d0 100644 --- a/config/set/cakephp/cakephp40.yaml +++ b/config/set/cakephp/cakephp40.yaml @@ -145,3 +145,7 @@ services: styles: set: 'setStyle' get: 'getStyle' + Cake\ORM\EntityInterface: + isNew: + set: 'setNew' + get: 'isNew'