We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa18ab commit 9d3a4deCopy full SHA for 9d3a4de
create_framework/dependency_injection.rst
@@ -10,9 +10,10 @@ to it::
10
namespace Simplex;
11
12
use Symfony\Component\EventDispatcher\EventDispatcher;
13
- use Symfony\Component\Routing;
14
use Symfony\Component\HttpFoundation;
+ use Symfony\Component\HttpFoundation\RequestStack;
15
use Symfony\Component\HttpKernel;
16
+ use Symfony\Component\Routing;
17
18
class Framework extends HttpKernel\HttpKernel
19
{
0 commit comments