I'm reading the documentation
https://docs.phalcon.io/es/latest/reference/acl.html
IAnd I'm checking
https://github.com/phalcon/invo/blob/master/app/plugins/SecurityPlugin.php https://github.com/phalcon/vokuro/blob/master/app/library/Acl/Acl.php
And these examples do not specify where I think there is a file or location or some method required for execution. How do I create a simple acl to test the operation? Since in vokuro and invo they are quite complex