X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FMediaWikiServices.php;h=3c8ce65bdd61084ad0b8f95b036b88c1b42fe00a;hb=27c61fb1e94da9114314468fd00bcf129ec064b6;hp=59f194d793a4a208ccdac7d2567d63ebcba67d54;hpb=0c712ce564e0bd53e28f2581a714ee8cd04b614c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MediaWikiServices.php b/includes/MediaWikiServices.php index 59f194d793..3c8ce65bdd 100644 --- a/includes/MediaWikiServices.php +++ b/includes/MediaWikiServices.php @@ -794,6 +794,14 @@ class MediaWikiServices extends ServiceContainer { return $this->getService( 'CommentStore' ); } + /** + * @since 1.31 + * @return ActorMigration + */ + public function getActorMigration() { + return $this->getService( 'ActorMigration' ); + } + /////////////////////////////////////////////////////////////////////////// // NOTE: When adding a service getter here, don't forget to add a test // case for it in MediaWikiServicesTest::provideGetters() and in