server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Thu, 20 Oct 2016 15:09:31 +0200
changeset 376 02f113d43f18
parent 2 00e2916104fe
permissions -rw-r--r--
add date filter to documents api end point

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}