Files
cachet-docker/app/CachetHq/Cachet/Service/EmailService.php
2014-12-01 16:30:49 +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) {
}
}