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