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 |
||
| 22 | View Code Duplication | private function about_us() |
|
| 23 | { |
||
| 24 | $this->crud->addField([ |
||
| 25 | 'name' => 'content', |
||
| 26 | 'label' => trans('backpack::pagemanager.content'), |
||
| 27 | 'type' => 'wysiwyg', |
||
| 28 | 'placeholder' => trans('backpack::pagemanager.content_placeholder'), |
||
| 29 | ]); |
||
| 30 | } |
||
| 31 | |||
| 42 |