In AuthController, there is code for checking group entity from table. You need to add one line query in your SQL file. `insert into `user_groups` (`group_description`, `group_name`) values('employee description','employee');`
In AuthController, there is code for checking group entity from table. You need to add one line query in your SQL file.
insert intouser_groups(group_description,group_name) values('employee description','employee');