server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Thu, 02 Jun 2016 18:16:17 +0200
changeset 167 009efee954f7
parent 2 00e2916104fe
permissions -rw-r--r--
rename document fixture

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}