| 1 | <?php |
||
| 16 | final class SymplifyDefaultAutowireBundle extends Bundle |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var string |
||
| 20 | */ |
||
| 21 | const ALIAS = 'symplify_default_autowire'; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | 1 | public function build(ContainerBuilder $containerBuilder) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | 1 | public function getContainerExtension() |
|
| 39 | } |
||
| 40 |