Explorar o código

Ref api#3 Added servicePorts in JSON response.

Maximiliano Schvindt %!s(int64=6) %!d(string=hai) anos
pai
achega
0ec3077d7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/FTTHBundle/Entity/ONU.php

+ 1 - 1
src/FTTHBundle/Entity/ONU.php

@@ -191,7 +191,7 @@ class ONU implements DeviceInterface, TenancyIdTraitInterface, LocationInterface
     /**
      * @ORM\OneToMany(targetEntity="\FTTHBundle\Entity\ServicePort", mappedBy="onu", orphanRemoval=true, cascade={"all"})
      *
-     * @JMS\MaxDepth(1)
+     * @JMS\MaxDepth(2)
      *
      * @Assert\Valid
      */