| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class SettingsController extends Controller |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Show the form for editing the specified resource. |
||
| 14 | * |
||
| 15 | * @return \Illuminate\View\View |
||
| 16 | */ |
||
| 17 | public function edit() |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Update the specified resource in storage. |
||
| 24 | * |
||
| 25 | * @param \App\Http\Requests\Settings\UpdateRequest $request |
||
| 26 | * |
||
| 27 | * @return \Illuminate\Http\RedirectResponse |
||
| 28 | */ |
||
| 29 | public function update(UpdateRequest $request) |
||
| 40 |