Move comments, systemtags and updatenotifications to PSR-4

This commit is contained in:
Joas Schilling 2016-05-03 10:00:17 +02:00
parent adf7e7295e
commit 9ad4a89816
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
12 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@
<dependencies>
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
<namespace>SystemTags</namespace>
<types>
<logging/>
</types>

View File

@ -6,6 +6,7 @@
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<version>0.2.0</version>
<namespace>UpdateNotification</namespace>
<default_enable/>
<dependencies>
<owncloud min-version="9.1" max-version="9.1" />

View File

@ -19,7 +19,7 @@
*
*/
namespace OCA\UpdateNotification\AppInfo;
use OCA\UpdateNotification\AppInfo\Application;
$application = new Application();
$application->registerRoutes($this, ['routes' => [