server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 18:23:01 +0100
changeset 405 f239c8c5bb94
parent 2 00e2916104fe
permissions -rw-r--r--
migrate to rdf4j (2.1.1) from sesame (4.1.1)

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}