Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 78451fd

Browse filesBrowse 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
Copy full SHA for 78451fd

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎create_framework/dependency_injection.rst

Copy file name to clipboardExpand all lines: create_framework/dependency_injection.rst
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.