| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 30 | class BeanstalkConnectionModelsProvider implements ServiceProviderInterface |
||
| 31 | { |
||
| 32 | public const SERVICE_NAME = 'beanstalkConnectionModels'; |
||
| 33 | /** |
||
| 34 | * Register beanstalkConnectionModels service provider |
||
| 35 | * |
||
| 36 | * @param \Phalcon\Di\DiInterface $di |
||
| 37 | */ |
||
| 38 | public function register(DiInterface $di): void |
||
| 47 | } |