Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:beyondcode/laravel-websockets int…
Browse files Browse the repository at this point in the history
…o 2.x
  • Loading branch information
rennokki committed Aug 19, 2020
2 parents 3123f25 + bbd48d3 commit ca8fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Logger/WebsocketsLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class WebsocketsLogger extends Logger implements MessageComponentInterface
*/
public static function decorate(MessageComponentInterface $app): self
{
$logger = app(self::class);
$logger = clone app(self::class);

return $logger->setApp($app);
}
Expand Down

0 comments on commit ca8fb53

Please sign in to comment.