mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-07 15:25:00 +00:00
@@ -2,10 +2,13 @@
|
||||
|
||||
namespace Chill\EventBundle\Entity;
|
||||
|
||||
use Chill\MainBundle\Entity\HasScopeInterface;
|
||||
use Chill\MainBundle\Entity\HasCenterInterface;
|
||||
|
||||
/**
|
||||
* Event
|
||||
*/
|
||||
class Event
|
||||
class Event implements HasScopeInterface, HasCenterInterface
|
||||
{
|
||||
/**
|
||||
* @var integer
|
||||
|
Reference in New Issue
Block a user