Skip to content

Commit 5454de5

Browse files
authored
Fix multiple routes not working when Logger enabled beyondcode#412
1 parent 7ba22b2 commit 5454de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Server/Logger/WebsocketsLogger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class WebsocketsLogger extends Logger implements MessageComponentInterface
1414
protected $app;
1515

1616
/**
17-
* WebsocketsLogger polymorphic constructor for Logger Singleton instanciation and WSServer instanciation
17+
* WebsocketsLogger polymorphic constructor for Logger Singleton instanciation and WSServer instanciation.
1818
*
1919
* @param MessageComponentInterface|OutputInterface $app
2020
*/
@@ -26,7 +26,7 @@ public function __construct($app)
2626
$this->app = $app;
2727
}
2828
}
29-
29+
3030
public static function decorate(MessageComponentInterface $app): self
3131
{
3232
$logger = app(self::class);

0 commit comments

Comments
 (0)