server/src/app/Events/Event.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 20:10:05 +0530
changeset 360 d592af4a27a0
parent 2 00e2916104fe
permissions -rw-r--r--
Quick design fix from MAJ

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}