1 | <?php |
||
7 | class LinkCheckerServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | */ |
||
12 | public function boot() |
||
24 | |||
25 | /** |
||
26 | * Register the application services. |
||
27 | */ |
||
28 | public function register() |
||
35 | |||
36 | /** |
||
37 | * Get the services provided by the provider. |
||
38 | * |
||
39 | * @return string[] |
||
40 | */ |
||
41 | public function provides() |
||
47 | } |
||
48 |