| 1 | <?php namespace Arcanesoft\Foundation\Http\Controllers\System; |
||
| 11 | abstract class Controller extends BaseController |
||
| 12 | { |
||
| 13 | /* ------------------------------------------------------------------------------------------------ |
||
| 14 | | Main Functions |
||
| 15 | | ------------------------------------------------------------------------------------------------ |
||
| 16 | */ |
||
| 17 | /** |
||
| 18 | * Controller constructor. |
||
| 19 | */ |
||
| 20 | public function __construct() |
||
| 26 | } |
||
| 27 |