Bläddra i källkod

Se cambian unos namespace

Maximiliano Schvindt 7 år sedan
förälder
incheckning
72e9aaab98
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      SNMP/MIB.php
  2. 1 1
      SNMP/MIBS/OIDSHuaweiV1.php
  3. 1 1
      SNMP/SNMP.php

+ 1 - 1
SNMP/MIB.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace FiberhomeBundle\SNMP;
+namespace HuaweiBundle\SNMP;
 
 /**
  * Parent class for all "MIB" extensions.

+ 1 - 1
SNMP/MIBS/OIDSHuaweiV1.php

@@ -7,7 +7,7 @@ namespace HuaweiBundle\SNMP\MIBS;
 // https://translate.google.com/translate?hl=en&sl=auto&tl=en&u=https%3A%2F%2Fixnfo.com%2Foid-i-mib-dlya-huawei-olt-i-onu.html
 // https://github.com/chinnurtb/xiaoli/tree/master/node/monitd/include/mib
 
-class OIDSHuaweiV1 extends \FiberhomeBundle\SNMP\MIB {
+class OIDSHuaweiV1 extends \HuaweiBundle\SNMP\MIB {
     
     const OID_authOnuListSlot               = "1.3.6.1.4.1.5875.800.3.10.1.1.2";
     const OID_authOnuListPon                = "1.3.6.1.4.1.5875.800.3.10.1.1.3";

+ 1 - 1
SNMP/SNMP.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace FiberhomeBundle\SNMP;
+namespace HuaweiBundle\SNMP;
 use \Exception;
 use \Cache;