1 | <?php namespace Arcanesoft\Seo\Http\Controllers\Admin; |
||
9 | class DashboardController extends Controller |
||
10 | { |
||
11 | /* ------------------------------------------------------------------------------------------------ |
||
12 | | Constructor |
||
13 | | ------------------------------------------------------------------------------------------------ |
||
14 | */ |
||
15 | /** |
||
16 | * DashboardController constructor. |
||
17 | */ |
||
18 | public function __construct() |
||
24 | |||
25 | /* ------------------------------------------------------------------------------------------------ |
||
26 | | Main Functions |
||
27 | | ------------------------------------------------------------------------------------------------ |
||
28 | */ |
||
29 | public function index() |
||
35 | } |
||
36 |