1 | <?php |
||
8 | class PaystackServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * Bootstrap any application services. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function boot() |
||
21 | |||
22 | /** |
||
23 | * Register any application services. |
||
24 | * |
||
25 | * @return void |
||
26 | */ |
||
27 | public function register() |
||
43 | |||
44 | /** |
||
45 | * Get the services provided by the provider. |
||
46 | * |
||
47 | * @return array |
||
48 | */ |
||
49 | public function provides() |
||
53 | } |
||
54 |