| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php namespace Arcanesoft\Foundation\Http\Controllers\Admin; |
||
| 38 | public function index() |
||
| 39 | { |
||
| 40 | $title = 'Generals'; |
||
| 41 | $this->setTitle("Settings - {$title}"); |
||
| 42 | $this->addBreadcrumb($title); |
||
| 43 | $this->setCurrentPage('foundation-settings-generals'); |
||
| 44 | |||
| 45 | return $this->view('admin.settings.index'); |
||
| 46 | } |
||
| 47 | } |
||
| 48 |