We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 9 |
| Ratio | 100 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 7 | View Code Duplication | private function about_us() |
|
| 8 | { |
||
| 9 | $this->crud->addField([ |
||
| 10 | 'name' => 'content', |
||
| 11 | 'label' => trans('backpack::pagemanager.content'), |
||
| 12 | 'type' => 'wysiwyg', |
||
| 13 | 'placeholder' => trans('backpack::pagemanager.content_placeholder'), |
||
| 14 | ]); |
||
| 15 | } |
||
| 16 | |||
| 27 |