You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
tighten psalm checks
This commit is contained in:
@ -3,10 +3,9 @@
|
||||
|
||||
/**
|
||||
* Handlers User level alias actions - e.g. add alias, get aliases, update etc.
|
||||
* @property $username name of alias
|
||||
* @property $return return of methods
|
||||
*/
|
||||
class AliasHandler extends PFAHandler {
|
||||
|
||||
protected $db_table = 'alias';
|
||||
protected $id_field = 'address';
|
||||
protected $domain_field = 'domain';
|
||||
|
Reference in New Issue
Block a user