diff --git a/includes/Api/ApiWebappManifest.php b/includes/Api/ApiWebappManifest.php index ba53b3b5..51da50c2 100644 --- a/includes/Api/ApiWebappManifest.php +++ b/includes/Api/ApiWebappManifest.php @@ -23,7 +23,6 @@ namespace MediaWiki\Skins\Citizen\Api; use ApiBase; -use MediaWiki\Skins\Citizen\Api\ApiFormatManifest; use MediaWiki\MediaWikiServices; use SpecialPage; use Title; @@ -31,7 +30,7 @@ use Title; /** * Based on the MobileFrontend extension * Return the webapp manifest for this wiki - * + * * T282500 * TODO: This should be merged to core */