DONE: use full name for date in letter, include password in email after membership is done, block ic_number to exclude - (#9)
Co-authored-by: ISMAIL MASSERAN <topaz@ISMAILs-Macbook.local> Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
@@ -20,7 +20,8 @@ interface UserRepositoryInterface
|
||||
string $search = '',
|
||||
string $status = '',
|
||||
string $sortBy = 'name',
|
||||
string $sortOrder = 'asc'
|
||||
string $sortOrder = 'asc',
|
||||
array $dateFilters = []
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user