server/src/app/Events/Event.php
author nowmad@nowmads-macbook-pro.local
Fri, 18 Dec 2015 18:09:42 +0100
changeset 78 08765d161e96
parent 2 00e2916104fe
permissions -rw-r--r--
change path to assets so it fit with the prod path

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}