server/src/app/Events/Event.php
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 14 Oct 2016 19:53:56 +0200
changeset 334 cffb9b124af3
parent 2 00e2916104fe
permissions -rw-r--r--
Remove play transcript button if sentence playing

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}