1 | <?php |
||
10 | class ApiDocGeneratorServiceProvider extends ServiceProvider |
||
11 | { |
||
12 | /** |
||
13 | * Bootstrap the application events. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function boot() |
||
43 | |||
44 | /** |
||
45 | * Register the API doc commands. |
||
46 | * |
||
47 | * @return void |
||
48 | */ |
||
49 | public function register() |
||
52 | |||
53 | protected function bootRoutes() |
||
61 | } |
||
62 |