imladrisol / onlineExam

Online examination system on Laravel 5
37 stars 38 forks source link

roles #15

Closed kami16ru closed 5 years ago

kami16ru commented 5 years ago

Do your roles work properly? Why there is no role adding for new users after registration? function giveUserTo(Role $role), function giveRoleTo(User $user) - are they called from anywhere?