Skip to content

Commit f2c55c3

Browse files
authored
Update events.rst
Path where example code file is store updated. Remove 'App' directory.
1 parent e690f91 commit f2c55c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ listener in the Symfony application by creating a new service for it and
173173

174174
.. code-block:: php-attributes
175175
176-
// src/App/EventListener/SearchIndexer.php
176+
// src/EventListener/SearchIndexer.php
177177
namespace App\EventListener;
178178
179179
use Doctrine\Bundle\DoctrineBundle\Attribute\AsDoctrineListener;

0 commit comments

Comments
 (0)