WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 08fa6d1

Browse files
authored
Import
Import ContainerConfigurator and ContainerBuilder
1 parent 2cff8c1 commit 08fa6d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bundles/configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ add this logic to the bundle class directly::
334334
namespace Acme\SocialBundle;
335335

336336
use Symfony\Component\Config\Definition\Configurator\DefinitionConfigurator;
337+
use Symfony\Component\DependencyInjection\ContainerBuilder;
338+
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
337339
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
338340

339341
class AcmeSocialBundle extends AbstractBundle

0 commit comments

Comments
 (0)