We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f44bba commit fcf7afcCopy full SHA for fcf7afc
src/Symfony/Component/ClassLoader/ClassLoader.php
@@ -19,8 +19,8 @@
19
* $loader = new ClassLoader();
20
*
21
* // register classes with namespaces
22
- * $loader->add('Symfony\Component', __DIR__.'/component');
23
- * $loader->add('Symfony', __DIR__.'/framework');
+ * $loader->addPrefix('Symfony\Component', __DIR__.'/component');
+ * $loader->addPrefix('Symfony', __DIR__.'/framework');
24
25
* // activate the autoloader
26
* $loader->register();
0 commit comments