1 | <?php |
||
22 | final class SteamSpyServiceFactory |
||
23 | { |
||
24 | /** |
||
25 | * Creates an instanced implementation of `SteamScore\Api\Domain\Services\SteamSpyService`. |
||
26 | * |
||
27 | * @param ContainerInterface $container |
||
28 | * |
||
29 | * @return SteamSpyService |
||
30 | */ |
||
31 | public function __invoke(ContainerInterface $container): SteamSpyService |
||
37 | } |
||
38 |