print constructed server type

This commit is contained in:
yggverse 2024-05-09 12:06:05 +03:00
parent f0a08b5fcb
commit beee1c7d0c

View File

@ -29,7 +29,7 @@ abstract class Nex implements MessageComponentInterface
(string) $environment->get('host'),
(string) $environment->get('port')
],
_('[{time}] [construct] server {host}:{port}')
_('[{time}] [construct] nex server {host}:{port}')
) . PHP_EOL
);
}