server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Thu, 02 Mar 2017 15:09:17 +0100
changeset 526 cdaf9dfb5dfd
parent 2 00e2916104fe
permissions -rw-r--r--
correct licence problem in bug #0026523

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}