server/src/app/Events/Event.php
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 27 Jun 2016 11:35:10 +0200
changeset 209 35cb7200bb0a
parent 2 00e2916104fe
permissions -rw-r--r--
Separate playlist and player component with player service as bridge

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}