Change to OCP\AppFramework\App

This commit is contained in:
Lucian I. Last
2018-07-02 10:55:24 +02:00
committed by GitHub
parent 34fc6ab7e3
commit 1579385fc5

View File

@@ -69,7 +69,7 @@ lib/AppInfo/Application.php
<?php
namespace OCA\MyApp\AppInfo;
use OCP\App;
use OCP\AppFramework\App;
class Application extends App {