Skip to content

Commit 067b121

Browse files
authored
Merge pull request #91 from SemanticMediaWiki/fix-ci
Fix CI
2 parents 5103ecd + 4c5e27e commit 067b121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SemanticMetaTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use SMT\HookRegistry;
44
use SMT\Options;
5-
use SMW\ApplicationFactory;
5+
use SMW\Services\ServicesFactory as ApplicationFactory;
66

77
/**
88
* @see https://github.com/SemanticMediaWiki/SemanticMetaTags/

src/HookRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace SMT;
44

55
use MediaWiki\MediaWikiServices;
6-
use SMW\ApplicationFactory;
6+
use SMW\Services\ServicesFactory as ApplicationFactory;
77
use SMW\Store;
88

99
/**

0 commit comments

Comments
 (0)