mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-04-01 02:05:31 +00:00
fix protocol name
This commit is contained in:
parent
9bb15c4bec
commit
46d1cb55ef
4 changed files with 17 additions and 15 deletions
|
|
@ -4,7 +4,7 @@ namespace Yggverse\Pulsar\Controller\Server;
|
|||
|
||||
use \Ratchet\MessageComponentInterface;
|
||||
|
||||
class Nps implements MessageComponentInterface
|
||||
class Nex implements MessageComponentInterface
|
||||
{
|
||||
private object $_config;
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ class Nps implements MessageComponentInterface
|
|||
\Yggverse\Pulsar\Model\Database $database
|
||||
) {
|
||||
// Init config
|
||||
$this->_config = $config->get()->server->nps;
|
||||
$this->_config = $config->get()->server->nex;
|
||||
|
||||
// Init database
|
||||
$this->_database = $database;
|
||||
Loading…
Add table
Add a link
Reference in a new issue