1 | <?php |
||
15 | class GitHubServiceProvider implements ServiceProviderInterface |
||
16 | { |
||
17 | /** |
||
18 | * Registers the service provider with a DI container. |
||
19 | * |
||
20 | * @param Container $container The DI container. |
||
21 | * |
||
22 | * @return void |
||
23 | * |
||
24 | * @since 1.0 |
||
25 | */ |
||
26 | 1 | public function register(Container $container) |
|
42 | } |
||
43 |