server/src/app/Events/Event.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 12 Jul 2016 16:58:12 +0200
changeset 238 5fd45a9fdacb
parent 2 00e2916104fe
permissions -rw-r--r--
Voir plus button styling

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}