1 | <?php |
||
7 | class LaravelSiftScience extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Perform post-registration booting of services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public function boot() |
||
21 | |||
22 | /** |
||
23 | * Register any package services. |
||
24 | * |
||
25 | * @return void |
||
26 | */ |
||
27 | public function register() |
||
34 | |||
35 | /** |
||
36 | * Get the services provided by the provider. |
||
37 | * |
||
38 | * @return array |
||
39 | */ |
||
40 | public function provides() |
||
44 | } |
||
45 |