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