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 31ccb46

Browse files
ThomasLandauerondrejmirtes
authored andcommitted
Update README.md
Fixing path. If the file is in `test`, you just need to go up *one* level.
1 parent 46cd7d5 commit 31ccb46

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
@@ -93,7 +93,7 @@ parameters:
9393
For example, in a Symfony project, `console-application.php` would look something like this:
9494
9595
```php
96-
require dirname(__DIR__).'/../config/bootstrap.php';
96+
require __DIR__.'/../config/bootstrap.php';
9797
$kernel = new \App\Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
9898
return new \Symfony\Bundle\FrameworkBundle\Console\Application($kernel);
9999
```

0 commit comments

Comments
(0)

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