1 | <?php |
||
10 | class TelescopeServiceProvider extends TelescopeApplicationServiceProvider |
||
11 | { |
||
12 | /** |
||
13 | * Register any application services. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function register() |
||
36 | |||
37 | /** |
||
38 | * Prevent sensitive request details from being logged by Telescope. |
||
39 | * |
||
40 | * @return void |
||
41 | */ |
||
42 | protected function hideSensitiveRequestDetails() |
||
58 | |||
59 | /** |
||
60 | * Register the Telescope gate. |
||
61 | * |
||
62 | * This gate determines who can access Telescope in non-local environments. |
||
63 | * |
||
64 | * @return void |
||
65 | */ |
||
66 | protected function gate() |
||
81 | } |
||
82 |