| 1 | <?php namespace Arcanesoft\Foundation\Http\Controllers\System; |
||
| 9 | class InformationController extends Controller |
||
| 10 | { |
||
| 11 | /* ------------------------------------------------------------------------------------------------ |
||
| 12 | | Constructor |
||
| 13 | | ------------------------------------------------------------------------------------------------ |
||
| 14 | */ |
||
| 15 | /** |
||
| 16 | * InformationController constructor. |
||
| 17 | */ |
||
| 18 | public function __construct() |
||
| 25 | |||
| 26 | /* ------------------------------------------------------------------------------------------------ |
||
| 27 | | Main Functions |
||
| 28 | | ------------------------------------------------------------------------------------------------ |
||
| 29 | */ |
||
| 30 | public function index() |
||
| 36 | } |
||
| 37 |