aside activity changed into final class and implements trackUpdateInterface, TrackCreationInterface

This commit is contained in:
Julie Lenaerts 2021-08-03 14:46:10 +02:00
parent b571620e6c
commit 82841f47c8

View File

@ -2,13 +2,15 @@
namespace Chill\AsideActivityBundle\Entity;
use Chill\MainBundle\Doctrine\Model\TrackCreationInterface;
use Chill\MainBundle\Doctrine\Model\TrackUpdateInterface;
use Chill\MainBundle\Entity\User;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
/**
* @ORM\Entity
*/
class AsideActivity
final class AsideActivity implements TrackUpdateInterface, TrackCreationInterface
{
/**
* @ORM\Id