server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Mon, 28 Nov 2016 17:04:56 +0100
changeset 450 7bddb57bf806
parent 2 00e2916104fe
permissions -rw-r--r--
avoid use unsupported Reflect api

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}