| 1 | <?php |
||
| 21 | final class GamesFetchCommandFactory |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Creates an instance of `SteamScore\Api\Console\Commands\GamesFetchCommand`. |
||
| 25 | * |
||
| 26 | * @param ContainerInterface $container |
||
| 27 | * |
||
| 28 | * @return GamesFetchCommand |
||
| 29 | */ |
||
| 30 | public function __invoke(ContainerInterface $container): GamesFetchCommand |
||
| 34 | } |
||
| 35 |