Removes useless WPScan namespace

This commit is contained in:
erwanlr
2019-07-04 16:46:33 +01:00
parent d7193bc755
commit d911a16684
20 changed files with 35 additions and 35 deletions

View File

@@ -6,7 +6,7 @@ module WPScan
module Version
# Version finder using by parsing config files, such as composer.json
# and so on
class ConfigParser < WPScan::Finders::DynamicFinder::Version::Finder
class ConfigParser < Finders::DynamicFinder::Version::Finder
ALLOWED_PARSERS = [JSON, YAML].freeze
def self.child_class_constants