Renamed RepeatEvent to RepeatingEvent
This commit is contained in:
parent
881f0a7de2
commit
e9f6dcfdae
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use Doctrine\ORM\PersistentCollection;
|
||||||
* @ORM\Table(name="repeat_events")
|
* @ORM\Table(name="repeat_events")
|
||||||
* @ORM\Entity
|
* @ORM\Entity
|
||||||
*/
|
*/
|
||||||
class RepeatEvent extends BaseEntity
|
class RepeatingEvent extends BaseEntity
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var \DateTime
|
* @var \DateTime
|
Reference in a new issue