We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89409fd + 6d1e3e8 commit 5a22c18Copy full SHA for 5a22c18
bundles/configuration.rst
@@ -334,6 +334,8 @@ add this logic to the bundle class directly::
334
namespace Acme\SocialBundle;
335
336
use Symfony\Component\Config\Definition\Configurator\DefinitionConfigurator;
337
+ use Symfony\Component\DependencyInjection\ContainerBuilder;
338
+ use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
339
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
340
341
class AcmeSocialBundle extends AbstractBundle
0 commit comments