server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Tue, 15 Nov 2016 18:25:35 +0100
changeset 425 f99435a7006e
parent 2 00e2916104fe
permissions -rw-r--r--
correct type in dateminmax controller

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}