server/src/app/Events/Event.php
author ymh <ymh.work@gmail.com>
Sat, 07 May 2016 10:06:26 +0200
changeset 158 366509ae2f37
parent 2 00e2916104fe
permissions -rw-r--r--
Add controller for themes count + upgrade ember for app-client

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}