1 | <?php namespace Arcanesoft\Seo\Http\Routes\Admin; |
||
12 | class MetasRoutes extends RouteRegistrar |
||
13 | { |
||
14 | /* ----------------------------------------------------------------- |
||
15 | | Main Methods |
||
16 | | ----------------------------------------------------------------- |
||
17 | */ |
||
18 | |||
19 | /** |
||
20 | * Register the bindings. |
||
21 | 16 | */ |
|
22 | public static function bindings() |
||
30 | |||
31 | 16 | /** |
|
32 | 16 | * Define the routes for the application. |
|
33 | 16 | */ |
|
34 | 16 | public function map() |
|
46 | } |
||
47 |