mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update post-install.txt
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{
|
||||
$roomName = $event->roomName();
|
||||
|
||||
$this->logger->debug(sprintf('Some person enters room %s', $roomName));
|
||||
$this->logger->debug(sprintf('Some person enters room "%s".', $roomName));
|
||||
|
||||
// @todo implement logic here
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user