Rename folder to CachetHQ
This commit is contained in:
19
app/CachetHQ/Cachet/Service/EmailService.php
Normal file
19
app/CachetHQ/Cachet/Service/EmailService.php
Normal file
@@ -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) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user