Skip to content

Commit e9605d8

Browse files
richsageweaverryan
authored andcommitted
Fixed commented namespace for file location on bundle config.
1 parent ba5ef6d commit e9605d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ can help with merging, validation, default values, and format normalization.
435435
To take advantage of this system, you'll create a ``Configuration`` class
436436
and build a tree that defines your configuration in that class::
437437

438-
// src/Acme/HelloBundle/DependencyExtension/Configuration.php
438+
// src/Acme/HelloBundle/DependencyInjection/Configuration.php
439439
namespace Acme\HelloBundle\DependencyInjection;
440440

441441
use Symfony\Component\Config\Definition\Builder\TreeBuilder;

0 commit comments

Comments
 (0)