Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
23 | class ServiceProvider extends AbstractServiceProvider |
||
24 | { |
||
25 | /** |
||
26 | * The Service name. |
||
27 | * @var string |
||
28 | */ |
||
29 | protected $serviceName = 'openai'; |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | * |
||
34 | * Register the Flash Service with the Twitter Bootstrap classes. |
||
35 | * |
||
36 | * @return void |
||
37 | */ |
||
38 | public function register(DiInterface $di): void |
||
54 |