server/src/app/Events/Event.php
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 23 Jun 2016 11:35:26 +0200
changeset 199 b7c691c6179d
parent 2 00e2916104fe
permissions -rw-r--r--
Set location filter label Fix query parameters when navigating through tabs

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}