There was an error while loading. Please reload this page.
1 parent 1b2a343 commit e865d17Copy full SHA for e865d17
README.md
@@ -92,6 +92,6 @@ For example, in a Symfony project, `console-application.php` would look somethin
92
93
```php
94
require dirname(__DIR__).'/../config/bootstrap.php';
95
-$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
+$kernel = new \App\Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
96
return new \Symfony\Bundle\FrameworkBundle\Console\Application($kernel);
97
```
0 commit comments