| 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 |