Skip to content

Commit

Permalink
refactor: fix PHP styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Apr 1, 2024
1 parent 35b53b3 commit edb14b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/lorekeeper/admin_sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
'links' => [
[
'name' => 'News',
'url' => 'admin/news'
'url' => 'admin/news',
],
]
],
],
'Sales' => [
'power' => 'manage_sales',
'links' => [
[
'name' => 'Sales',
'url' => 'admin/sales'
'url' => 'admin/sales',
],
]
],
],
'Pages' => [
'power' => 'edit_pages',
Expand Down

0 comments on commit edb14b8

Please sign in to comment.