1 | <?php namespace Arcanesoft\Auth\Http\Controllers\Admin; |
||
11 | class DashboardController extends Controller |
||
12 | { |
||
13 | /* ----------------------------------------------------------------- |
||
14 | | Constructor |
||
15 | | ----------------------------------------------------------------- |
||
16 | */ |
||
17 | |||
18 | /** |
||
19 | * Instantiate the controller. |
||
20 | */ |
||
21 | public function __construct() |
||
27 | |||
28 | /* ----------------------------------------------------------------- |
||
29 | | Main Methods |
||
30 | | ----------------------------------------------------------------- |
||
31 | */ |
||
32 | |||
33 | public function index() |
||
42 | } |
||
43 |