Skip to content

Commit

Permalink
refactor the acl.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Nov 5, 2024
1 parent 36ffbbe commit 91bd984
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/Webkul/Admin/src/Config/acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'name' => 'admin::app.layouts.dashboard',
'route' => 'admin.dashboard.index',
'sort' => 1,
], [
], [
'key' => 'leads',
'name' => 'admin::app.acl.leads',
'route' => 'admin.leads.index',
Expand Down Expand Up @@ -56,7 +56,7 @@
'name' => 'admin::app.acl.delete',
'route' => ['admin.quotes.delete', 'admin.quotes.mass_delete'],
'sort' => 4,
], [
], [
'key' => 'mail',
'name' => 'admin::app.acl.mail',
'route' => 'admin.mail.index',
Expand Down Expand Up @@ -131,7 +131,7 @@
'name' => 'admin::app.acl.contacts',
'route' => 'admin.contacts.users.index',
'sort' => 6,
], [
], [
'key' => 'contacts.persons',
'name' => 'admin::app.acl.persons',
'route' => 'admin.contacts.persons.index',
Expand Down Expand Up @@ -181,7 +181,7 @@
'name' => 'admin::app.acl.delete',
'route' => ['admin.contacts.organizations.delete', 'admin.contacts.organizations.mass_delete'],
'sort' => 3,
], [
], [
'key' => 'products',
'name' => 'admin::app.acl.products',
'route' => 'admin.products.index',
Expand Down

0 comments on commit 91bd984

Please sign in to comment.