1 | <?php |
||
9 | class ViewXrayServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap the application services. |
||
13 | */ |
||
14 | public function boot() |
||
26 | |||
27 | /** |
||
28 | * Register the application services. |
||
29 | */ |
||
30 | public function register() |
||
36 | |||
37 | /** |
||
38 | * Register the middleware |
||
39 | * |
||
40 | * @param string $middleware |
||
41 | */ |
||
42 | protected function registerMiddleware($middleware) |
||
47 | } |
||
48 |