gabriel 7 năm trước cách đây
mục cha
commit
cdf85b9cbd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(),