server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Wed, 06 Jul 2016 14:24:21 +0200
changeset 230 6e4cabc614ef
parent 2 00e2916104fe
permissions -rw-r--r--
forgotten hgignore file

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}