1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00
This commit is contained in:
Prateek Banga 2023-10-18 13:30:01 +05:30
parent 4bef86d88b
commit 55187d4781

View file

@ -15,6 +15,6 @@ class Subscribers extends Base
*/
public function __construct()
{
parent::__construct('messages', self::ALLOWED_ATTRIBUTES);
parent::__construct('subscribers', self::ALLOWED_ATTRIBUTES);
}
}