server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Tue, 22 Nov 2016 18:50:50 +0100
changeset 435 c53b87b00ea3
parent 2 00e2916104fe
permissions -rw-r--r--
version 0.0.13

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}