1 | <?php namespace Arcanesoft\Seo\Http\Routes\Admin; |
||
12 | class MetasRoutes extends RouteRegistrar |
||
13 | { |
||
14 | /* ----------------------------------------------------------------- |
||
15 | | Main Methods |
||
16 | | ----------------------------------------------------------------- |
||
17 | */ |
||
18 | /** |
||
19 | * Define the routes for the application. |
||
20 | */ |
||
21 | 16 | public function map() |
|
37 | } |
||
38 |