mirror of
https://github.com/kevachat/npsapp.git
synced 2025-01-28 07:44:16 +00:00
filter ireplace values to string
This commit is contained in:
parent
a4189b0a1f
commit
f17dfa38d5
@ -202,14 +202,14 @@ class Ratchet implements MessageComponentInterface
|
||||
{
|
||||
// Return success response
|
||||
$connection->send(
|
||||
str_replace(
|
||||
str_ireplace(
|
||||
[
|
||||
'{name}',
|
||||
'{txid}'
|
||||
],
|
||||
[
|
||||
$this->_config->kevacoin->wallet->namespace,
|
||||
$txid
|
||||
(string) $this->_config->kevacoin->wallet->namespace,
|
||||
(string) $txid
|
||||
],
|
||||
implode(
|
||||
PHP_EOL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user