Commit a066439b authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

correction du bug sur le collection dans l'agent

parent 1a70b79d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
namespace Application\Entity\Db;

use DateTime;
use Doctrine\Common\Collections\ArrayCollection;

class Agent {

@@ -34,12 +33,6 @@ class Agent {
    /** @var string */
    private $missionsComplementaires;


    public function __construct()
    {
        $this->missionsComplementaires = new ArrayCollection();
    }

    /**
     * @return int
     */