Merge pull request #24406 from owncloud/psr4-comments-systemtags-updatenotifications
Move comments, systemtags and updatenotifications to PSR-4
This commit is contained in:
commit
2e4b41550e
|
@ -11,6 +11,7 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<owncloud min-version="9.1" max-version="9.1" />
|
<owncloud min-version="9.1" max-version="9.1" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<namespace>SystemTags</namespace>
|
||||||
<types>
|
<types>
|
||||||
<logging/>
|
<logging/>
|
||||||
</types>
|
</types>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<author>Lukas Reschke</author>
|
<author>Lukas Reschke</author>
|
||||||
<version>0.2.0</version>
|
<version>0.2.0</version>
|
||||||
|
<namespace>UpdateNotification</namespace>
|
||||||
<default_enable/>
|
<default_enable/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<owncloud min-version="9.1" max-version="9.1" />
|
<owncloud min-version="9.1" max-version="9.1" />
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace OCA\UpdateNotification\AppInfo;
|
use OCA\UpdateNotification\AppInfo\Application;
|
||||||
|
|
||||||
$application = new Application();
|
$application = new Application();
|
||||||
$application->registerRoutes($this, ['routes' => [
|
$application->registerRoutes($this, ['routes' => [
|
||||||
|
|
Loading…
Reference in New Issue