Skip to content

Commit

Permalink
role permission added
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Sep 26, 2024
1 parent ffbafd1 commit 6e5ff6d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions database/seeders/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,26 @@
"name": "Executive",
"guard_name": "web",
"permissions": [
"admin.login",
"customer.login"
]
},
{
"id": "5",
"name": "Partner",
"guard_name": "web",
"permissions": [
"agent.login",
"customer.login"
]
},
{
"id": "6",
"name": "Agent",
"guard_name": "web",
"permissions": [
"auth.register",
"auth.login",
"agent.login",
"customer.login",
"auth.logout"
]
},
Expand All @@ -34,8 +38,7 @@
"name": "Customer",
"guard_name": "web",
"permissions": [
"auth.register",
"auth.login",
"customer.login",
"auth.logout"
]
}
Expand Down

0 comments on commit 6e5ff6d

Please sign in to comment.