Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44687d8

Browse filesBrowse files
committed
Merge branch '6.4' into 7.2
* 6.4: update internal ref in event dispatcher
2 parents 0098f3b + 23ed287 commit 44687d8
Copy full SHA for 44687d8

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎event_dispatcher.rst

Copy file name to clipboardExpand all lines: event_dispatcher.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Creating an Event Subscriber
541541

542542
Next, you'll need to create an event subscriber, which will hold the logic
543543
that you want to be executed before your controllers. If you're not familiar with
544-
event subscribers, you can learn more about them at :doc:`/event_dispatcher`::
544+
event subscribers, you can learn more about :ref:`how to use them <events-subscriber>`::
545545

546546
// src/EventSubscriber/TokenSubscriber.php
547547
namespace App\EventSubscriber;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.