Moves Models into their own namespace - Ref #1315
This commit is contained in:
@@ -18,7 +18,7 @@ module WPScan
|
||||
|
||||
next unless username
|
||||
|
||||
found << CMSScanner::User.new(
|
||||
found << Model::User.new(
|
||||
username,
|
||||
id: id,
|
||||
found_by: format(found_by_msg, found_by),
|
||||
|
||||
Reference in New Issue
Block a user