Files
cachet-docker/app/folder/Cachet/Service/EmailService.php
2014-12-20 21:16:00 +00:00

20 lines
253 B
PHP

<?php
namespace CachetHQ\Cachet\Service\Email;
class EmailService implements ServiceInterface {
protected $properties;
public function register() {
}
public function unregister() {
}
public function fire($data) {
}
}