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