Skip to content

Commit 73517b0

Browse files
committed
added property defintion to fix php depreciated notice
1 parent b7f86e8 commit 73517b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ImapAbuseCheck.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class ImapAbuseCheck
2929
public $limit_ips = false;
3030
public $ips = [];
3131
public $mongo_client;
32+
public $mongo_users;
3233
public $mb_db;
3334
public $mb_users = [];
3435
public $mb_ips = [];

0 commit comments

Comments
 (0)