| 1 | <?php namespace Arcanesoft\Auth\Http\Controllers\Foundation;  | 
            ||
| 11 | class DashboardController extends FoundationController  | 
            ||
| 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()  | 
            ||
| 39 | }  | 
            ||
| 40 |