Skip to content

Commit 783ea73

Browse files
committed
minor symfony#12801 Use HttpKernel Component (demyanovs)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes symfony#12801). Discussion ---------- Use HttpKernel Component We need to import Symfony\Component\HttpKernel before using it. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 2cf09a9 Use HttpKernel Component
2 parents 8bef406 + 2cf09a9 commit 783ea73

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

0 commit comments

Comments
 (0)