Move CachetHq to folder

This commit is contained in:
James Brooks
2014-12-20 21:16:00 +00:00
parent 63ff951d88
commit a982edeb63
21 changed files with 0 additions and 0 deletions
@@ -0,0 +1,9 @@
<?php
namespace CachetHQ\Cachet\Service;
interface ServiceInterface {
public function register();
public function unregister();
public function fire($data);
}