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 f56b5af commit 1ce3a43Copy full SHA for 1ce3a43
_includes/_annotation_loader_tip.rst.inc
@@ -5,8 +5,8 @@
5
6
.. tip::
7
8
- Annotation classes aren't loaded automatically, so you must load them
9
- like Symfony does in the ``app/autoload.php`` file::
+ Annotation classes aren't loaded automatically, so you must load them
+ using a class loader like this::
10
11
use Composer\Autoload\ClassLoader;
12
use Doctrine\Common\Annotations\AnnotationRegistry;
0 commit comments