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 8bef406 commit 2cf09a9Copy full SHA for 2cf09a9
create_framework/http_kernel_httpkernelinterface.rst
@@ -56,6 +56,7 @@ PHP; it implements ``HttpKernelInterface`` and wraps another
56
// example.com/web/front.php
57
58
// ...
59
+ use Symfony\Component\HttpKernel;
60
61
$framework = new Simplex\Framework($dispatcher, $matcher, $controllerResolver, $argumentResolver);
62
$framework = new HttpKernel\HttpCache\HttpCache(
0 commit comments