Skip to content

Commit 618ded0

Browse files
authored
changed menu order
1 parent 5f6b71e commit 618ded0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Listeners/AddToNewwMenu.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ public function handle(NewwCreated $event)
2020

2121
$title = trim(trans_choice('my-blog::general.posts', 1));
2222
if ($this->canAccessMenuItem($title, 'create-my-blog-posts')) {
23-
$menu->route('my-blog.posts.create', $title, [], 70, ['icon' => 'edit']);
23+
$menu->route('my-blog.posts.create', $title, [], 80, ['icon' => 'edit']);
2424
}
2525

2626
$title = trim(trans_choice('my-blog::general.comments', 1));
2727
if ($this->canAccessMenuItem($title, 'create-my-blog-comments')) {
28-
$menu->route('my-blog.comments.create', $title, [], 71, ['icon' => 'chat']);
28+
$menu->route('my-blog.comments.create', $title, [], 81, ['icon' => 'chat']);
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)