Closed
Description
Could you please clarify why in ACL definition, deleteById
is used versus in the API it is destroyById
?
It is rather confusing when defining acls for this specific method, people (understand: me, probably others) will try to use destroyById
because of this documentation while the correct keyword is deleteById
. Documentation even mentions removeById
.
Is it planned to have more consistency on the topic ?