From 330b620d8e03f2711d4dbd077ba3d560b188e11d Mon Sep 17 00:00:00 2001 From: Lennart Hildebrandt Date: Tue, 24 Oct 2017 13:18:25 +0200 Subject: [PATCH] Fix case typo. --- BotDetector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BotDetector.php b/BotDetector.php index 281a344..46dc3b2 100644 --- a/BotDetector.php +++ b/BotDetector.php @@ -45,7 +45,7 @@ public function setOptions(array $options) 'cache_dir' => null, 'debug' => false, 'metadata_cache_file' => 'project_vipx_bot_detect_metadata.php', - 'metadata_dumper_class' => 'Vipx\\BotDetect\\Metadata\\Dumper\\PHPMetadataDumper', + 'metadata_dumper_class' => 'Vipx\\BotDetect\\Metadata\\Dumper\\PhpMetadataDumper', ); // check option names and live merge, if errors are encountered Exception will be thrown