Add forgotten declaration of App
This commit is contained in:
Lucian I. Last
2018-06-30 12:39:44 +02:00
committed by GitHub
parent 1b81db00d5
commit 34fc6ab7e3

View File

@@ -68,6 +68,8 @@ lib/AppInfo/Application.php
<?php
namespace OCA\MyApp\AppInfo;
use OCP\App;
class Application extends App {