Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
c92548ffe9
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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;
     }