1 | <?php |
||
9 | class ApiDocGeneratorServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap the application events. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot() |
||
39 | |||
40 | /** |
||
41 | * Register the API doc commands. |
||
42 | * |
||
43 | * @return void |
||
44 | */ |
||
45 | public function register() |
||
49 | |||
50 | protected function bootRoutes() |
||
58 | } |
||
59 |