Procházet zdrojové kódy

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 před 7 roky
rodič
revize
c92548ffe9
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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;
     }