Skip to content

Commit

Permalink
Fix URL path
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed Mar 27, 2024
1 parent df781f5 commit 8de5c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/ActionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private function _adminActions(): array
'name' => $i->name,
'subtitle' => "Entry Types → {$i->name}",
'icon' => 'table',
'url' => UrlHelper::cpUrl("settings/entrytypes/{$i->id}"),
'url' => UrlHelper::cpUrl("settings/entry-types/{$i->id}"),
])->toArray();

$settings = collect((new Cp())->settings())
Expand Down

0 comments on commit 8de5c99

Please sign in to comment.