Finished off event interfaces

This commit is contained in:
Graham Campbell
2015-12-06 11:44:02 +00:00
parent c73c5d28a1
commit 66c6460bab
28 changed files with 154 additions and 21 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace CachetHQ\Cachet\Events;
interface EventInterface
{
//
}