We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02274a commit a96a2dfCopy full SHA for a96a2df
Writerside/topics/02.the-basics/events.md
@@ -188,9 +188,9 @@ $app->on(Event::class, function (Event $e) { ... });
188
189
## Event Listener
190
191
-The `Boson\Dispatcher\EventListenerInterface` provides a way to subscribe to
192
-and handle events in the Boson application. It allows you to register callbacks
193
-that will be executed when specific events occur.
+The `Boson\Contracts\EventListener\EventListenerInterface` provides a way to
+subscribe to and handle events in the Boson application. It allows you to
+register callbacks that will be executed when specific events occur.
194
195
### Listen Events
196
0 commit comments