Skip to content

Commit

Permalink
removing scope reference
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 30, 2015
1 parent eff9733 commit 1a27539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_framework/dependency-injection.rst
Expand Up @@ -219,7 +219,7 @@ And the related change in the front controller::

We have obviously barely scratched the surface of what you can do with the
container: from class names as parameters, to overriding existing object
definitions, from scope support to dumping a container to a plain PHP class,
definitions, from shared service support to dumping a container to a plain PHP class,
and much more. The Symfony dependency injection container is really powerful
and is able to manage any kind of PHP class.

Expand Down

0 comments on commit 1a27539

Please sign in to comment.