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
+3 -1
View File
@@ -11,7 +11,9 @@
namespace CachetHQ\Cachet\Events\User;
interface UserEventInterface
use CachetHQ\Cachet\Events\EventInterface;
interface UserEventInterface extends EventInterface
{
//
}