server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Thu, 10 Nov 2016 01:45:47 +0100
changeset 408 c89c11c2def7
parent 2 00e2916104fe
permissions -rw-r--r--
temporarely hide the share button

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}