Skip to content

Commit 082ffef

Browse files
committed
minor symfony#18793 [Doctrine] Update events.rst (timo002)
This PR was merged into the 6.3 branch. Discussion ---------- [Doctrine] Update events.rst Path where example code file is store updated. Remove 'App' directory. Commits ------- f2c55c3 Update events.rst
2 parents e690f91 + f2c55c3 commit 082ffef

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)