| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php namespace Arcanesoft\Foundation\Http\Controllers\Admin; |
||
| 32 | public function index() |
||
| 33 | { |
||
| 34 | $title = 'Generals'; |
||
| 35 | $this->setTitle("Settings - {$title}"); |
||
| 36 | $this->addBreadcrumb($title); |
||
| 37 | $this->setCurrentPage('foundation-settings-generals'); |
||
| 38 | |||
| 39 | return $this->view('admin.settings.index'); |
||
| 40 | } |
||
| 42 |