diff options
Diffstat (limited to 'app/Module/BingWebmasterToolsModule.php')
| -rw-r--r-- | app/Module/BingWebmasterToolsModule.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Module/BingWebmasterToolsModule.php b/app/Module/BingWebmasterToolsModule.php index eb57f0f82b..58efdd8420 100644 --- a/app/Module/BingWebmasterToolsModule.php +++ b/app/Module/BingWebmasterToolsModule.php @@ -50,6 +50,16 @@ class BingWebmasterToolsModule extends AbstractModule implements ModuleAnalytics } /** + * Is this a tracker, as opposed to just a site-verification. + * + * @return bool + */ + public function isTracker(): bool + { + return false; + } + + /** * Form fields to edit the parameters. * * @return string |
