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.
1 parent 2cff8c1 commit 08fa6d1Copy full SHA for 08fa6d1
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