mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Combination of initial files and some new code for login and user registration.
This commit is contained in:
10
app/lib/Firefly/Helper/Email/EmailHelperInterface.php
Normal file
10
app/lib/Firefly/Helper/Email/EmailHelperInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Firefly\Helper\Email;
|
||||
|
||||
interface EmailHelperInterface {
|
||||
|
||||
public function sendVerificationMail(\User $user);
|
||||
public function sendPasswordMail(\User $user);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user