server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Fri, 12 Feb 2016 15:30:32 +0100
changeset 122 b37fde30dd4a
parent 2 00e2916104fe
permissions -rw-r--r--
correct problem of identifier

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}