Skip to content

Commit 07f6843

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cookbook/configuration/override_dir_structure.rst

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

183183
// app/autoload.php
184-
/**
185-
* @var ClassLoader $loader
186-
*/
184+
187185
$loader = require '/some/dir/vendor/autoload.php';
188186

189187
.. tip::

0 commit comments

Comments
 (0)