1 | <?php namespace Arcanesoft\Foundation\Http\Controllers\Admin; |
||
9 | class DashboardController extends Controller |
||
10 | { |
||
11 | /* ------------------------------------------------------------------------------------------------ |
||
12 | | Main Functions |
||
13 | | ------------------------------------------------------------------------------------------------ |
||
14 | */ |
||
15 | /** |
||
16 | * Show the foundation dashboard. |
||
17 | * |
||
18 | * @return string |
||
19 | */ |
||
20 | public function index() |
||
28 | } |
||
29 |