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

Sign up
Appearance settings

Commit e865d17

Browse files
hepiseclookyman
authored andcommitted
Update README.md
Minor fix in example code for `console-application.php`
1 parent 1b2a343 commit e865d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ For example, in a Symfony project, `console-application.php` would look somethin
9292

9393
```php
9494
require dirname(__DIR__).'/../config/bootstrap.php';
95-
$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
95+
$kernel = new \App\Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
9696
return new \Symfony\Bundle\FrameworkBundle\Console\Application($kernel);
9797
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /