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 d466bc8

Browse filesBrowse files
committed
Merge branch '3.4' into 4.4
* 3.4: Use HttpKernel Component
2 parents 541999d + 783ea73 commit d466bc8
Copy full SHA for d466bc8

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎create_framework/http_kernel_httpkernelinterface.rst

Copy file name to clipboardExpand all lines: create_framework/http_kernel_httpkernelinterface.rst
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ PHP; it implements ``HttpKernelInterface`` and wraps another
5656
// example.com/web/front.php
5757

5858
// ...
59+
use Symfony\Component\HttpKernel;
5960

6061
$framework = new Simplex\Framework($dispatcher, $matcher, $controllerResolver, $argumentResolver);
6162
$framework = new HttpKernel\HttpCache\HttpCache(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.