Renamed RepeatEvent to RepeatingEvent

This commit is contained in:
Tim Schumacher 2014-07-20 09:49:57 +02:00
parent 881f0a7de2
commit e9f6dcfdae

View file

@ -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