diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2024-03-02 08:10:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2024-03-02 08:10:44 +0000 |
commit | 000232282da7a1fafbd9996455482c62b13b3e1a (patch) | |
tree | a17e1a69126022b45bbfef231d3e409330a4dc6c /autoload.php | |
parent | ae041457be2e2e53b1f962ba8e61f2a8ff4a51f1 (diff) | |
parent | 7913713d88d7b3e25175a26915c1000a9a55f1ea (diff) | |
download | mediawikicore-000232282da7a1fafbd9996455482c62b13b3e1a.tar.gz mediawikicore-000232282da7a1fafbd9996455482c62b13b3e1a.zip |
Merge "filebackend: add FileStatePredicates helper class for file operations"
Diffstat (limited to 'autoload.php')
-rw-r--r-- | autoload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload.php b/autoload.php index 378f6c5b5672..a6a5504f8af1 100644 --- a/autoload.php +++ b/autoload.php @@ -494,6 +494,7 @@ $wgAutoloadLocalClasses = [ 'FileOpBatch' => __DIR__ . '/includes/libs/filebackend/FileOpBatch.php', 'FileOpPerfTest' => __DIR__ . '/maintenance/fileOpPerfTest.php', 'FileRepo' => __DIR__ . '/includes/filerepo/FileRepo.php', + 'FileStatePredicates' => __DIR__ . '/includes/libs/filebackend/fileop/FileStatePredicates.php', 'FindBadBlobs' => __DIR__ . '/maintenance/findBadBlobs.php', 'FindClasses' => __DIR__ . '/maintenance/findClasses.php', 'FindDeprecated' => __DIR__ . '/maintenance/findDeprecated.php', |