Skip to content

Commit 6d1e3e8

Browse files
committed
minor #17852 Update documentation for Bundle configuration (Punt13140)
This PR was merged into the 6.2 branch. Discussion ---------- Update documentation for Bundle configuration Just two import missing in bundle configuration using AbstractBundle Commits ------- 08fa6d1 Import
2 parents f93a172 + 08fa6d1 commit 6d1e3e8

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)