| 1 | <?php namespace Arcanesoft\Seo\Http\Controllers\Admin; |
||
| 13 | class SettingsController extends Controller |
||
| 14 | { |
||
| 15 | /* ----------------------------------------------------------------- |
||
| 16 | | Constructor |
||
| 17 | | ----------------------------------------------------------------- |
||
| 18 | */ |
||
| 19 | /** |
||
| 20 | * SettingsController constructor. |
||
| 21 | */ |
||
| 22 | public function __construct() |
||
| 29 | |||
| 30 | public function index() |
||
| 39 | } |
||
| 40 |