server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Wed, 05 Oct 2016 02:31:25 +0200
changeset 321 aefaad270b9b
parent 2 00e2916104fe
permissions -rw-r--r--
reimplement ThemeController using ES requests to be able to sort by label

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}