mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #9696 from owncloud/fix-appframework-test-namespaces-master
fixing namespace of MapperTestUtility
This commit is contained in:
commit
3e4304e536
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
|
||||
namespace OCP\AppFramework\Db;
|
||||
namespace Test\AppFramework\Db;
|
||||
|
||||
|
||||
/**
|
||||
Loading…
Reference in a new issue