Embeddable emotions to file
This commit is contained in:
parent
5f847df93b
commit
553d386e85
1 changed files with 7 additions and 0 deletions
|
@ -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{
|
||||
|
||||
|
|
Loading…
Reference in a new issue