adonis-acl icon indicating copy to clipboard operation
adonis-acl copied to clipboard

RolesSchema being created with the wrong class name

Open MorenoMdz opened this issue 5 years ago • 1 comments

Simple missing the S in Roles: class RoleSchema extends Schema {...

While the exports has it: module.exports = RolesSchema

MorenoMdz avatar Sep 25 '19 23:09 MorenoMdz

Nice!! But all classes should be in the singular. I'll fix it.

HigoRibeiro avatar Sep 26 '19 00:09 HigoRibeiro