| 1 | <?php namespace Arcanedev\LaravelApiHelper\Providers; |
||
| 11 | class RouteServiceProvider extends ServiceProvider |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Main Methods |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Define the routes for the application. |
||
| 20 | */ |
||
| 21 | 84 | public function map() |
|
| 25 | |||
| 26 | /** |
||
| 27 | * Register the API route Middleware. |
||
| 28 | */ |
||
| 29 | 84 | private function registerApiMiddleware() |
|
| 38 | } |
||
| 39 |