Skip to content

Commit 0875bd8

Browse files
committed
How to override vendor directory location - fix
1 parent 07f6843 commit 0875bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/configuration/override_dir_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ In ``app/autoload.php`` you need to modify the path leading to ``vendor/autoload
181181
file::
182182

183183
// app/autoload.php
184-
184+
// ...
185185
$loader = require '/some/dir/vendor/autoload.php';
186186

187187
.. tip::

0 commit comments

Comments
 (0)