This commit is contained in:
Graham Campbell
2014-12-20 21:20:17 +00:00
parent 26e4361d8a
commit 9d8d89248f
103 changed files with 2478 additions and 2353 deletions

View File

@@ -2,18 +2,19 @@
namespace CachetHQ\Cachet\Service\Email;
class EmailService implements ServiceInterface {
class EmailService implements ServiceInterface
{
protected $properties;
public function register() {
public function register()
{
}
public function unregister() {
public function unregister()
{
}
public function fire($data) {
public function fire($data)
{
}
}