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.
2 parents 896369e + fa17c23 commit 1a80dc5Copy full SHA for 1a80dc5
event_dispatcher.rst
@@ -284,6 +284,8 @@ This alias mapping can be extended for custom events by registering the
284
compiler pass ``AddEventAliasesPass``::
285
286
// src/Kernel.php
287
+ namespace App;
288
+
289
use App\Event\MyCustomEvent;
290
use Symfony\Component\DependencyInjection\ContainerBuilder;
291
use Symfony\Component\EventDispatcher\DependencyInjection\AddEventAliasesPass;
0 commit comments