mirror of
https://github.com/kevachat/npsapp.git
synced 2025-02-05 19:54:15 +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
|
// 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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user