server/src/app/Events/Event.php
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 17:04:51 +0100
changeset 50 182f46ea5a56
parent 2 00e2916104fe
permissions -rw-r--r--
Merge

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}