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,19 @@
<?php
namespace CachetHQ\Cachet\Service\Email;
class EmailService implements ServiceInterface {
protected $properties;
public function register() {
}
public function unregister() {
}
public function fire($data) {
}
}