1 | <?php |
||
21 | final class BucketManagerFactory |
||
22 | { |
||
23 | /** |
||
24 | * Creates an instanced implementation of `SteamScore\Api\Domain\Interfaces\BucketManagerInterface`. |
||
25 | * |
||
26 | * @param ContainerInterface $container |
||
27 | * |
||
28 | * @return BucketManagerInterface |
||
29 | */ |
||
30 | public function __invoke(ContainerInterface $container): BucketManagerInterface |
||
34 | } |
||
35 |