server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Wed, 13 Apr 2016 13:38:40 +0200
changeset 152 dd6b3adde73b
parent 2 00e2916104fe
permissions -rw-r--r--
uppercase in libraries to match other folders

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}