server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Fri, 15 Jan 2016 16:06:58 +0100
changeset 29 50702e620af4
parent 2 00e2916104fe
permissions -rw-r--r--
update ignore file

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}