Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Code Duplication    Length = 7-7 lines in 2 locations

src/app/Http/Controllers/PermissionCrudController.php 1 location

@@ 27-33 (lines=7) @@
24
            'type'  => 'text',
25
        ]);
26
27
        if (config('backpack.permissionmanager.multiple_guards')) {
28
            $this->crud->addColumn([
29
                'name'  => 'guard_name',
30
                'label' => trans('backpack::permissionmanager.guard_type'),
31
                'type'  => 'text',
32
            ]);
33
        }
34
35
        $this->crud->addField([
36
            'name'  => 'name',

src/app/Http/Controllers/RoleCrudController.php 1 location

@@ 27-33 (lines=7) @@
24
            'type'  => 'text',
25
        ]);
26
27
        if (config('backpack.permissionmanager.multiple_guards')) {
28
            $this->crud->addColumn([
29
                'name'  => 'guard_name',
30
                'label' => trans('backpack::permissionmanager.guard_type'),
31
                'type'  => 'text',
32
            ]);
33
        }
34
35
        $this->crud->addColumn([
36
            // n-n relationship (with pivot table)