server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Wed, 22 Feb 2017 17:58:25 +0100
changeset 521 b3c738a20af8
parent 2 00e2916104fe
permissions -rw-r--r--
Add transcript right declaration, resolve bug #0026452

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}