Skip to content

Commit

Permalink
Order
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 7, 2025
1 parent e9ef66f commit 8094b46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maintenance/createTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

namespace MediaWiki\Extension\DynamicPageList3\Maintenance;

$IP ??= getenv( 'MW_INSTALL_PATH' ) ?: dirname( __DIR__, 3 );
require_once "$IP/maintenance/Maintenance.php";

use MediaWiki\CommentStore\CommentStoreComment;
use MediaWiki\Maintenance\LoggedUpdateMaintenance;
use MediaWiki\MediaWikiServices;
use MediaWiki\Revision\SlotRecord;
use MediaWiki\Title\Title;
use MediaWiki\User\User;

$IP ??= getenv( 'MW_INSTALL_PATH' ) ?: dirname( __DIR__, 3 );
require_once "$IP/maintenance/Maintenance.php";

class CreateTemplate extends LoggedUpdateMaintenance {

public function __construct() {
Expand Down

0 comments on commit 8094b46

Please sign in to comment.