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