| 1 | <?php namespace Arcanesoft\Tracker\Http\Controllers\Admin; |
||
| 11 | class VisitorsController extends Controller |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Constructor |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | |||
| 18 | /** |
||
| 19 | * VisitorsController constructor. |
||
| 20 | */ |
||
| 21 | public function __construct() |
||
| 28 | |||
| 29 | /* ----------------------------------------------------------------- |
||
| 30 | | Main Methods |
||
| 31 | | ----------------------------------------------------------------- |
||
| 32 | */ |
||
| 33 | |||
| 34 | public function index() |
||
| 44 | } |
||
| 45 |