We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd86174 commit 50075abCopy full SHA for 50075ab
1 file changed
src/Engine.php
@@ -148,7 +148,7 @@ public function init(): void
148
$this->dispatcher->setEngine($this);
149
150
// Register default components
151
- $this->map('eventDispatcher', static fn (): EventDispatcher => EventDispatcher::getInstance());
+ $this->map('eventDispatcher', static fn(): EventDispatcher => EventDispatcher::getInstance());
152
$this->loader->register('request', Request::class);
153
$this->loader->register('response', Response::class);
154
$this->loader->register('router', Router::class);
0 commit comments