Included user-information in employee Model.

This commit is contained in:
Sockenklaus
2021-11-04 14:00:13 +01:00
parent 63c1407643
commit 3d2e551a8e
13 changed files with 171 additions and 217 deletions

View File

@@ -100,7 +100,7 @@ const authConfig: AuthConfig = {
| that time.
|
*/
model: () => import('App/Models/User'),
model: () => import('App/Models/Employee'),
},
},
},