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 783ea73

Browse filesBrowse 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
Copy full SHA for 783ea73

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.