filter ireplace values to string

This commit is contained in:
ghost 2024-05-01 18:25:46 +03:00
parent a4189b0a1f
commit f17dfa38d5

View File

@ -202,14 +202,14 @@ class Ratchet implements MessageComponentInterface
{ {
// Return success response // Return success response
$connection->send( $connection->send(
str_replace( str_ireplace(
[ [
'{name}', '{name}',
'{txid}' '{txid}'
], ],
[ [
$this->_config->kevacoin->wallet->namespace, (string) $this->_config->kevacoin->wallet->namespace,
$txid (string) $txid
], ],
implode( implode(
PHP_EOL, PHP_EOL,