Skip to content

Commit d979c37

Browse files
Julien Pauliweaverryan
authored andcommitted
Added missing use statement
1 parent d186c27 commit d979c37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ The compiler pass must have the ``process`` method which is passed the container
288288
being compiled::
289289

290290
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
291+
use Symfony\Component\DependencyInjection\ContainerBuilder;
291292

292293
class CustomCompilerPass implements CompilerPassInterface
293294
{

0 commit comments

Comments
 (0)