server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Mon, 12 Dec 2016 17:37:54 +0100
changeset 468 8fe093d88efe
parent 2 00e2916104fe
permissions -rw-r--r--
correct min, max calculations when theme list change

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}