1 | <?php |
||
9 | class HorizonServiceProvider extends HorizonApplicationServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap any application services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot() |
||
26 | |||
27 | /** |
||
28 | * Register the Horizon gate. |
||
29 | * |
||
30 | * This gate determines who can access Horizon in non-local environments. |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | protected function gate() |
||
42 | |||
43 | /** |
||
44 | * Register any application services. |
||
45 | * |
||
46 | * @return void |
||
47 | */ |
||
48 | public function register() |
||
52 | } |
||
53 |