Skip to content

Commit ddd4a3b

Browse files
committed
[#4425] Adding missing slash thanks to stof
1 parent 12a09ab commit ddd4a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/using_components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ immediately::
5252
// File example: src/script.php
5353

5454
// update this to the path to the "vendor/" directory, relative to this file
55-
require_once __DIR__.'../vendor/autoload.php';
55+
require_once __DIR__.'/../vendor/autoload.php';
5656

5757
use Symfony\Component\Finder\Finder;
5858

0 commit comments

Comments
 (0)