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 0f6cd89 commit ce7fa39Copy full SHA for ce7fa39
components/console/events.rst
@@ -14,6 +14,8 @@ the wheel, it uses the Symfony EventDispatcher component to do the work::
14
use Symfony\Component\Console\Application;
15
use Symfony\Component\EventDispatcher\EventDispatcher;
16
17
+ $dispatcher = new EventDispatcher();
18
+
19
$application = new Application();
20
$application->setDispatcher($dispatcher);
21
$application->run();
0 commit comments