server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Tue, 15 Nov 2016 18:27:17 +0100
changeset 426 d8ae6c0c0a0a
parent 2 00e2916104fe
permissions -rw-r--r--
version 0.0.12

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}