server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Mon, 17 Oct 2016 19:46:57 +0200
changeset 348 a5e8d037304b
parent 2 00e2916104fe
permissions -rw-r--r--
Solve language display problem in result playlist. problem was in the mirage serializer definition

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}