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