| 1 | <?php |
||
| 9 | class MetadataRouteProvider extends ServiceProvider |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Bootstrap the application services. |
||
| 13 | * |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | public function boot() |
||
| 20 | |||
| 21 | private function setupRoute() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Register the application services. |
||
| 35 | * |
||
| 36 | * @return void |
||
| 37 | */ |
||
| 38 | public function register() |
||
| 41 | |||
| 42 | private function getAuthMiddleware() |
||
| 58 | |||
| 59 | /** |
||
| 60 | * @return bool |
||
| 61 | */ |
||
| 62 | protected function isAuthDisable() |
||
| 66 | } |
||
| 67 |