Skip to content

Commit 94a9df0

Browse files
Update en/core-libraries/events.rst
Co-authored-by: Mark Story <[email protected]>
1 parent aadf27b commit 94a9df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/core-libraries/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ After firing an event on the manager, you can retrieve it from the event list::
139139
$firstEvent = $eventsFired[0];
140140

141141
Tracking can be disabled by removing the event list or calling
142-
:php:meth:`EventManager::instance()->trackEvents(false)`.
142+
:php:meth:`Cake\\Event\\EventManager::trackEvents(false)`.
143143

144144
Core Events
145145
===========

0 commit comments

Comments
 (0)