Skip to content

Instantly share code, notes, and snippets.

View Mohammadtrabelsi's full-sized avatar
🔥

Mohammad TRABELSI Mohammadtrabelsi

🔥
View GitHub Profile
@Mohammadtrabelsi
Mohammadtrabelsi / Appareil.php
Last active July 26, 2016 14:56
Found entity of type Doctrine\Common\Collections\ArrayCollection on association AppBundle\Entity\Appareil#combustibles, but expecting AppBundle\Entity\Combustible
<?php
namespace AppBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Doctrine\Common\Collections\ArrayCollection;
/**
* Appareil
*