We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2508e commit 1e202b8Copy full SHA for 1e202b8
event_dispatcher.rst
@@ -289,6 +289,8 @@ This alias mapping can be extended for custom events by registering the
289
compiler pass ``AddEventAliasesPass``::
290
291
// src/Kernel.php
292
+ namespace App;
293
+
294
use App\Event\MyCustomEvent;
295
use Symfony\Component\DependencyInjection\ContainerBuilder;
296
use Symfony\Component\EventDispatcher\DependencyInjection\AddEventAliasesPass;
0 commit comments