Skip to content

Commit

Permalink
Apps setting path and name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Nov 20, 2017
1 parent f851f10 commit 10024b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Middleware/AdminMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function handle($request, Closure $next)
continue;
}

$sub->url('settings/apps' . $m->getAlias(), $m->getName(), $position, $attr);
$sub->url('settings/apps/' . $m->getAlias(), title_case(str_replace('_', ' ', snake_case($m->getName()))), $position, $attr);

$position++;
}
Expand Down

0 comments on commit 10024b9

Please sign in to comment.