server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 17:22:16 +0100
changeset 460 686926d132ff
parent 2 00e2916104fe
permissions -rw-r--r--
add events, comment, etc to transcripts

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}