Total Complexity | 6 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class TelescopeServiceProvider extends TelescopeApplicationServiceProvider |
||
11 | { |
||
12 | /** |
||
13 | * Register any application services. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function register() |
||
30 | }); |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * Register the Telescope gate. |
||
35 | * |
||
36 | * This gate determines who can access Telescope in non-local environments. |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | protected function gate() |
||
49 |