server/src/app/Events/Event.php
author nowmad@23.1.168.192.in-addr.arpa
Fri, 06 Nov 2015 17:02:08 +0100
changeset 10 585ec02908b6
parent 2 00e2916104fe
permissions -rw-r--r--
remove nav bar and introduce tab behavior

<?php

namespace CorpusParole\Events;

abstract class Event
{
    //
}