Skip to content

Commit

Permalink
Fix case typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lennerd committed Oct 24, 2017
1 parent 9a86b91 commit 330b620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BotDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 330b620

Please sign in to comment.