Skip to content

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)