server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Tue, 22 Nov 2016 18:33:07 +0100
changeset 433 65e357e5eecb
parent 2 00e2916104fe
permissions -rw-r--r--
correct document permalinks in notice and share buttons

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}