Move Application to AppInfo

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-07-22 12:40:14 +02:00
parent 5eee110b15
commit d1993c32e5
No known key found for this signature in database
GPG Key ID: F941078878347C0C
2 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@
*
*/
$app = new \OCA\Testing\Application();
$app = new \OCA\Testing\AppInfo\Application();

View File

@ -19,7 +19,7 @@
*
*/
namespace OCA\Testing;
namespace OCA\Testing\AppInfo;
use OCP\AppFramework\App;
use OCA\Testing\AlternativeHomeUserBackend;