@@ -30,7 +30,7 @@ |
||
30 | 30 | |
31 | 31 | class ComposerServiceFactory |
32 | 32 | { |
33 | - public static function createService(ContainerInterface $container) |
|
33 | + public static function createService(ContainerInterface $container) |
|
34 | 34 | { |
35 | 35 | /** @var BaseInfo $BaseInfo */ |
36 | 36 | $BaseInfo = $container->get(BaseInfoRepository::class)->get(); |