Skip to content

Commit

Permalink
PSR-4 for the theming app
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Jul 15, 2016
1 parent ec6f696 commit d99e53e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/theming/appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
*
*/

namespace OCA\Theming\AppInfo;

(new \OCP\AppFramework\App('theming'))->registerRoutes($this, array('routes' => array(
return ['routes' => [
[
'name' => 'Theming#updateStylesheet',
'url' => '/ajax/updateStylesheet',
Expand Down Expand Up @@ -53,5 +51,5 @@
'url' => '/loginbackground',
'verb' => 'GET',
],
)));
]];

File renamed without changes.
File renamed without changes.

0 comments on commit d99e53e

Please sign in to comment.