You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
phpcs wants to change ...
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
/**
|
||||
* Handler for fetchmail jobs
|
||||
*/
|
||||
class FetchmailHandler extends PFAHandler {
|
||||
class FetchmailHandler extends PFAHandler
|
||||
{
|
||||
protected $db_table = 'fetchmail';
|
||||
protected $id_field = 'id';
|
||||
protected $domain_field = 'domain';
|
||||
|
Reference in New Issue
Block a user