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