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