1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-29 22:41:11 +03:00

phpcs wants to change ...

This commit is contained in:
David Goodwin
2021-03-22 09:28:28 +00:00
parent 4f1ef668d9
commit 823f27b29d
51 changed files with 106 additions and 53 deletions

View File

@ -4,7 +4,8 @@
/**
* Handlers User level alias actions - e.g. add alias, get aliases, update etc.
*/
class DomainHandler extends PFAHandler {
class DomainHandler extends PFAHandler
{
protected $db_table = 'domain';
protected $id_field = 'domain';
protected $domain_field = 'domain';