Add rector rule for EntityInterface::isNew()

This commit is contained in:
Mark Story 2019-12-02 23:18:34 -05:00
parent a0b3504c92
commit 1ceda04e3c

View File

@ -145,3 +145,7 @@ services:
styles:
set: 'setStyle'
get: 'getStyle'
Cake\ORM\EntityInterface:
isNew:
set: 'setNew'
get: 'isNew'