verful / adonis-notifications

Handle notifications on your AdonisJS applications
MIT License
67 stars 8 forks source link

Using Adonis notification with Adonis permission package #9

Closed koficypher closed 1 year ago

koficypher commented 1 year ago

Question

How can i use the notifications package with the permissions package. Particularly how will i be able to compose the extends behaviour on the user model for both the notifications mixin and the permissions mixin

Package version

2.0.3

koficypher commented 1 year ago

Its done just by listing the Mixin in the compose function separated by a comma , . I just needed to do some reading. Sorry for the extra post