server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Thu, 14 Jan 2016 18:35:23 +0100
changeset 25 4ce76c9e7729
parent 2 00e2916104fe
permissions -rw-r--r--
small corrections

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}