| 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 static function setupRoute() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Register the application services. |
||
| 38 | * |
||
| 39 | * @return void |
||
| 40 | */ |
||
| 41 | public function register() |
||
| 45 | |||
| 46 | private static function getAuthMiddleware() |
||
| 63 | } |
||
| 64 |