server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Mon, 03 Apr 2017 15:29:30 +0200
changeset 529 5d9eacbd5794
parent 2 00e2916104fe
permissions -rw-r--r--
correct bug #26583 click on types for notice

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}