Replies: 1 comment
-
@thetutlage @RomainLanz any ideas? :/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Factory.model('App/Models/User').createMany(30)
When I try to generate 30 users and I have this UserHook Code:
In my user model:
this.addHook('beforeCreate', 'UserHook.generateEmailVerifiedKey')
I always get the same hash from the Hook Code and he can't insert the second user to the db.
Beta Was this translation helpful? Give feedback.
All reactions