server/src/app/Events/Event.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 07 Jun 2016 19:49:43 +0200
changeset 179 9b703ece424f
parent 2 00e2916104fe
permissions -rw-r--r--
Discourse and theme linting

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}