Skip to content

Commit 9d3a4de

Browse files
flip111javiereguiluz
authored andcommitted
Update dependency_injection.rst
Add missing use of `Symfony\Component\HttpFoundation\RequestStack`
1 parent baa18ab commit 9d3a4de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

create_framework/dependency_injection.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ to it::
1010
namespace Simplex;
1111

1212
use Symfony\Component\EventDispatcher\EventDispatcher;
13-
use Symfony\Component\Routing;
1413
use Symfony\Component\HttpFoundation;
14+
use Symfony\Component\HttpFoundation\RequestStack;
1515
use Symfony\Component\HttpKernel;
16+
use Symfony\Component\Routing;
1617

1718
class Framework extends HttpKernel\HttpKernel
1819
{

0 commit comments

Comments
 (0)