Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 22, 2025
1 parent a10ae86 commit b3b5f9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions includes/RequestWiki/Specials/SpecialRequestWikiQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
use Miraheze\CreateWiki\Services\CreateWikiDatabaseUtils;
use Miraheze\CreateWiki\Services\WikiManagerFactory;
use Miraheze\CreateWiki\Services\WikiRequestManager;
use Wikimedia\Rdbms\IConnectionProvider;

class SpecialRequestWikiQueue extends SpecialPage {

public function __construct(
private readonly IConnectionProvider $connectionProvider,
private readonly CreateWikiDatabaseUtils $databaseUtils,
private readonly CreateWikiHookRunner $hookRunner,
private readonly LanguageNameUtils $languageNameUtils,
Expand Down Expand Up @@ -111,7 +109,7 @@ private function doPagerStuff(): void {

$pager = new RequestWikiQueuePager(
$this->getContext(),
$this->connectionProvider,
$this->databaseUtils,
$this->languageNameUtils,
$this->getLinkRenderer(),
$this->userFactory,
Expand Down

0 comments on commit b3b5f9b

Please sign in to comment.