gabriel 7 年之前
父节点
当前提交
cdf85b9cbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/FTTHBundle/Controller/ONUController.php

+ 1 - 1
src/FTTHBundle/Controller/ONUController.php

@@ -216,7 +216,7 @@ class ONUController extends Controller
         foreach ($napsQuery as $nap) {
             if ($nap->getExtraData() != null) {
                 $nap->setContainer($this->container);
-                // Seteamos la dirección - dirección o null
+                // Seteamos la dirección - direccion o null
                 $address = $nap->getData('address');
                 $dataNap = [
                     'id' => $nap->getId(),