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