We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cd7d5 commit 31ccb46Copy full SHA for 31ccb46
README.md
@@ -93,7 +93,7 @@ parameters:
93
For example, in a Symfony project, `console-application.php` would look something like this:
94
95
```php
96
-require dirname(__DIR__).'/../config/bootstrap.php';
+require __DIR__.'/../config/bootstrap.php';
97
$kernel = new \App\Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
98
return new \Symfony\Bundle\FrameworkBundle\Console\Application($kernel);
99
```
0 commit comments