Skip to content

Commit e886b53

Browse files
committed
bug #18752 [configuration][override_dir_structure] autoload to autoload_runtime (IssamRaouf)
This PR was merged into the 5.4 branch. Discussion ---------- [configuration][override_dir_structure] autoload to autoload_runtime From Symfony 5.3 we use autoload_runtime instead of autoload <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- e95def3 [configuration][override_dir_structure] autoload to autoload_runtime
2 parents 09b0c4c + e95def3 commit e886b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/override_dir_structure.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ your ``index.php`` front controller. If you renamed the directory, you're fine.
254254
But if you moved it in some way, you may need to modify these paths inside those
255255
files::
256256

257-
require_once __DIR__.'/../path/to/vendor/autoload.php';
257+
require_once __DIR__.'/../path/to/vendor/autoload_runtime.php';
258258

259259
You also need to change the ``extra.public-dir`` option in the ``composer.json``
260260
file:

0 commit comments

Comments
 (0)