1 | <?php namespace Arcanesoft\Foundation\Http\Controllers\Admin; |
||
11 | class SettingsController extends Controller |
||
12 | { |
||
13 | /* ------------------------------------------------------------------------------------------------ |
||
14 | | Traits |
||
15 | | ------------------------------------------------------------------------------------------------ |
||
16 | */ |
||
17 | use Notifyable; |
||
18 | |||
19 | /* ------------------------------------------------------------------------------------------------ |
||
20 | | Constructor |
||
21 | | ------------------------------------------------------------------------------------------------ |
||
22 | */ |
||
23 | /** |
||
24 | * SettingsController constructor. |
||
25 | */ |
||
26 | public function __construct() |
||
33 | |||
34 | /* ------------------------------------------------------------------------------------------------ |
||
35 | | Main Functions |
||
36 | | ------------------------------------------------------------------------------------------------ |
||
37 | */ |
||
38 | public function index() |
||
47 | } |
||
48 |