Skip to content

Commit 78451fd

Browse files
committed
minor #9370 Update dependency_injection.rst (flip111)
This PR was submitted for the 4.0 branch but it was merged into the 3.4 branch instead (closes #9370). Discussion ---------- Update dependency_injection.rst Add missing use of `Symfony\Component\HttpFoundation\RequestStack` Commits ------- 9d3a4de Update dependency_injection.rst
2 parents baa18ab + 9d3a4de commit 78451fd

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)