diff --git a/src/Subsites/SubsiteSecurityReport.php b/src/Subsites/SubsiteSecurityReport.php deleted file mode 100644 index e2e947e..0000000 --- a/src/Subsites/SubsiteSecurityReport.php +++ /dev/null @@ -1,24 +0,0 @@ - - */ -class SubsiteSecurityReport extends Extension -{ - public function __construct() - { - Deprecation::notice( - '2.1.0', - 'Will be removed without equivalent functionality to replace it', - Deprecation::SCOPE_CLASS - ); - } -}