Skip to content

Commit

Permalink
[DIC] Move PrependExtensionInterface to the Extension namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Jan 23, 2013
1 parent e8bf115 commit f01c1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Compiler/MergeExtensionConfigurationPass.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
namespace Symfony\Component\DependencyInjection\Compiler; namespace Symfony\Component\DependencyInjection\Compiler;


use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;


/** /**
* Merges extension configs into the container builder * Merges extension configs into the container builder
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */


namespace Symfony\Component\DependencyInjection\Compiler; namespace Symfony\Component\DependencyInjection\Extension;


use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\ContainerBuilder;


Expand Down

0 comments on commit f01c1a4

Please sign in to comment.