8000 Merge branch '3.4' into 4.3 · symfony/symfony-docs@17f8ab0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17f8ab0

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Use HttpKernel Component
2 parents 9aa8a27 + 783ea73 commit 17f8ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

create_framework/http_kernel_httpkernelinterface.rst

Lines 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
3E34 $framework = new Simplex\Framework($dispatcher, $matcher, $controllerResolver, $argumentResolver);
6162
$framework = new HttpKernel\HttpCache\HttpCache(

0 commit comments

Comments
 (0)
0