8000 Revert "Edited cookbook/tools/autoloader.rst via GitHub" - this is a … · mdpatrick/symfony-docs@9086127 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9086127

Browse files
committed
Revert "Edited cookbook/tools/autoloader.rst via GitHub" - this is a good commit, but was mistakenly merged into the 2.0 branch
This reverts commit 5f3357d.
1 parent da50fca commit 9086127

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cookbook/tools/autoloader.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ autoloader is straightforward::
2828

2929
use Symfony\Component\ClassLoader\UniversalClassLoader;
3030

31-
// Search the include_path as a last resort.
32-
$loader->useIncludePath(true);
33-
3431
$loader = new UniversalClassLoader();
3532
$loader->register();
3633

0 commit comments

Comments
 (0)
0