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