Skip to content

Commit e95def3

Browse files
authored
[configuration][override_dir_structure] autoload to autoload_runtime
From Symfony 5.3 we use autoload_runtime instead of autoload
1 parent 32770b2 commit e95def3

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)