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 | */ |
||
22 | 16 | public static function bindings() |
|
30 | |||
31 | /** |
||
32 | * Define the routes for the application. |
||
33 | */ |
||
34 | public function map() |
||
46 | } |
||
47 |