We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ 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', |
|
| @@ 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) |
|