adonis-acl
adonis-acl copied to clipboard
RolesSchema being created with the wrong class name
Simple missing the S in Roles:
class RoleSchema extends Schema {...
While the exports has it:
module.exports = RolesSchema
Nice!! But all classes should be in the singular. I'll fix it.