Files
cachet-docker/app/Events/Event.php
2015-04-18 16:55:51 +01:00

9 lines
74 B
PHP

<?php
namespace CachetHQ\Cachet\Events;
abstract class Event
{
//
}