| 1 | <?php namespace Arcanesoft\Auth\Http\Controllers\Admin; |
||
| 14 | class DashboardController extends Controller |
||
| 15 | { |
||
| 16 | /* ------------------------------------------------------------------------------------------------ |
||
| 17 | | Constructor |
||
| 18 | | ------------------------------------------------------------------------------------------------ |
||
| 19 | */ |
||
| 20 | /** |
||
| 21 | * Instantiate the controller. |
||
| 22 | */ |
||
| 23 | public function __construct() |
||
| 29 | |||
| 30 | /* ------------------------------------------------------------------------------------------------ |
||
| 31 | | Main Functions |
||
| 32 | | ------------------------------------------------------------------------------------------------ |
||
| 33 | */ |
||
| 34 | public function index() |
||
| 44 | } |
||
| 45 |