فهرست منبع

FD3-274 Se remueve esa referencia y volvió a funcionar, estuve probando
la edición de onus y asocia la posición dentro del nap de manera
correcta. Si en un momento en el select del nap me figuró la cantidad de
lugares disponibles, luego dejó de aparecer, pero fue solo un momento.

Maximiliano Schvindt 7 سال پیش
والد
کامیت
c92548ffe9
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/FTTHBundle/Entity/NAP.php

+ 2 - 1
src/FTTHBundle/Entity/NAP.php

@@ -53,6 +53,7 @@ class NAP implements TenancyIdTraitInterface, LocationInterface
      * @ORM\OneToMany(targetEntity="ONU", mappedBy="nap", fetch="EXTRA_LAZY")
      */
     protected $onus;
+
     /**
      * @var ContainerInterface
      */
@@ -120,7 +121,7 @@ class NAP implements TenancyIdTraitInterface, LocationInterface
     /**
      * @return ContainerInterface
      */
-    public function getContainer(): ContainerInterface
+    public function getContainer()
     {
         return $this->container;
     }