ivanamat / cakephp3-aclmanager

CakePHP 3.x - Acl Manager
MIT License
27 stars 27 forks source link

Deprecated warnings in CakePHP 3.6.4 #28

Closed davidspeijer closed 4 years ago

davidspeijer commented 6 years ago

I'm receiving multiple deprecated warnings in CakePHP 3.6.4 using AclManager admin

Solved most of them myself by changing data() to getData() in the mentioned warnings.

I cannot figure out (quickly) on how to solve Deprecated (16384): Setting data as a property will be removed in 4.0.0. Use withData() instead. - /home/public_html/vendor/ivanamat/cakephp3-aclmanager/src/Controller/AclController.php, line: 182

ivanamat commented 4 years ago

Hi @davidspeijer

I will update this plugin soon, I will consider and review that. Thank you very much.

Best regards. Iván Amat