server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Fri, 17 Nov 2017 09:10:41 +0100
changeset 558 64c4050f6a36
parent 2 00e2916104fe
permissions -rw-r--r--
small correction

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}