server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Sun, 23 Oct 2016 01:07:09 +0200
changeset 385 f8200c5482ec
parent 2 00e2916104fe
permissions -rw-r--r--
get map titles from geonames

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}