Skip to content

Commit 2439b1c

Browse files
committed
move docblock to top
1 parent 07638ad commit 2439b1c

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

solid/appinfo/routes.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
<?php
2-
3-
use OC\AllConfig;
4-
use OC\AppConfig;
5-
use OCA\Solid\AppInfo\Application;
6-
use OCP\IConfig;
7-
use OCP\IRequest;
8-
92
/**
103
* Create your routes in here. The name is the lowercase name of the controller
114
* without the controller part, the stuff after the hash is the method.
@@ -15,6 +8,12 @@
158
* it's instantiated in there
169
*/
1710

11+
use OC\AllConfig;
12+
use OC\AppConfig;
13+
use OCA\Solid\AppInfo\Application;
14+
use OCP\IConfig;
15+
use OCP\IRequest;
16+
1817
$routes = [
1918
['name' => 'page#approval', 'url' => '/sharing/{clientId}', 'verb' => 'GET'],
2019
['name' => 'page#handleRevoke', 'url' => '/revoke/{clientId}', 'verb' => 'DELETE'],

0 commit comments

Comments
 (0)