server/src/app/Events/Event.php
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 20 Jun 2016 17:04:59 +0200
changeset 195 9d083636bd99
parent 2 00e2916104fe
permissions -rw-r--r--
Layout and style of the /chronologie endpoint

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}