server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Thu, 03 Nov 2016 03:05:43 +0100
changeset 388 202b6f209b9a
parent 2 00e2916104fe
permissions -rw-r--r--
set version 0.0.5

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}