mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-09-03 23:06:57 +02:00
more changes
This commit is contained in:
@@ -87,7 +87,7 @@ class Targets {
|
||||
* The constructor is private to enforce using the singleton pattern.
|
||||
* @param \MediaWiki\Title\Title $title
|
||||
*/
|
||||
private function __construct( MediaWiki\Title\Title $title, Config $config) {
|
||||
private function __construct( \MediaWiki\Title\Title $title, Config $config) {
|
||||
$this->config = $config;
|
||||
$this->sourceNamespace = $title->getNamespace();
|
||||
$this->fetch();
|
||||
|
Reference in New Issue
Block a user