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