Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | class LaravelGuzzleThrottleServiceProvider extends ServiceProvider |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * Perform post-registration booting of services. |
||
17 | * |
||
18 | * @return void |
||
19 | */ |
||
20 | 4 | public function boot() : void |
|
24 | ]); |
||
25 | 4 | } |
|
26 | |||
27 | /** |
||
28 | * Register any package services. |
||
29 | * |
||
30 | * @return void |
||
31 | * @throws \hamburgscleanest\GuzzleAdvancedThrottle\Exceptions\UnknownStorageAdapterException |
||
32 | * @throws \hamburgscleanest\GuzzleAdvancedThrottle\Exceptions\UnknownCacheStrategyException |
||
33 | * @throws \Exception |
||
34 | */ |
||
35 | public function register() : void |
||
42 | } |