@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | |
9 | 9 | class SettingsController extends Controller |
10 | 10 | { |
11 | - /** |
|
11 | + /** |
|
12 | 12 | * SettingsController constructor. |
13 | 13 | */ |
14 | 14 | public function __construct() |
@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | |
20 | 20 | public function index() |
21 | 21 | { |
22 | - return view('settings.index'); |
|
22 | + return view('settings.index'); |
|
23 | 23 | } |
24 | 24 | |
25 | 25 |