芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/Services/SubscribersCountReporter.php
bridge = $bridge; $this->subscribersFeature = $subscribersFeature; } public function report(string $key): bool { $subscribersCount = $this->subscribersFeature->getSubscribersCount(); return $this->bridge->updateSubscriberCount($key, $subscribersCount); } }