1 | <?php namespace Arcanesoft\Tracker\Http\Controllers\Admin; |
||
11 | class VisitsController extends Controller |
||
12 | { |
||
13 | /* ------------------------------------------------------------------------------------------------ |
||
14 | | Constructor |
||
15 | | ------------------------------------------------------------------------------------------------ |
||
16 | */ |
||
17 | /** |
||
18 | * VisitsController constructor. |
||
19 | */ |
||
20 | public function __construct() |
||
27 | |||
28 | /* ------------------------------------------------------------------------------------------------ |
||
29 | | Main Functions |
||
30 | | ------------------------------------------------------------------------------------------------ |
||
31 | */ |
||
32 | public function index() |
||
41 | } |
||
42 |