authserver/testCAS/app/Events/Event.php
author durandn
Wed, 27 May 2015 15:34:06 +0200
changeset 8 5a0cbbe0922a
parent 0 1afc9d2ab94d
permissions -rw-r--r--
CAS Authentication (normal and proxy) + local Homestead vm

<?php namespace TestCAS\Events;

abstract class Event
{
    //
}