acl icon indicating copy to clipboard operation
acl copied to clipboard

Use 'Acl.' as plugin prefix and pluralized class name in ACL behavior

Open nook24 opened this issue 3 years ago • 0 comments

  • The AclBehavior used the singular table name to add the hasMany association which leats to usage of the wrong table.

  • I also replaced App::className() with Acl. because the Acl Plugin was using generic auto generated Cake\ORM\Table instead of Acl\Model\Table\ I checked some other CakePHP plugins and none of it was using App::className()

nook24 avatar Mar 21 '22 09:03 nook24