Embeddable emotions to file

This commit is contained in:
Ruben 2016-11-03 00:23:49 +01:00
parent 5f847df93b
commit 553d386e85
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
<?php
namespace EmotionHero\Models;
use Doctrine\ORM\Mapping as ORM;
use JMS\Serializer\Annotation as JMS;
use Doctrine\Common\Collections\ArrayCollection;
/** @ORM\Embeddable */
class Emotions{