AsgardCms/User

View on GitHub
Sidebar/SidebarExtender.php

Summary

Maintainability
A
1 hr
Test Coverage

Method extendWith has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function extendWith(Menu $menu)
    {
        $menu->group(trans('workshop::workshop.title'), function (Group $group) {

            $group->item(trans('user::users.title.users'), function (Item $item) {
Severity: Minor
Found in Sidebar/SidebarExtender.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status