1 | <?php declare(strict_types=1); |
||
30 | class ApplicationProvider implements ProvidesContainerConfiguratorsInterface, ProvidesCommandsInterface |
||
31 | { |
||
32 | /** |
||
33 | 1 | * @inheritdoc |
|
34 | */ |
||
35 | public static function getContainerConfigurators(): array |
||
41 | |||
42 | /** |
||
43 | 1 | * @inheritdoc |
|
44 | */ |
||
45 | public static function getCommands(): array |
||
53 | } |
||
54 |