Skip to content

Commit

Permalink
Fix PHP CS
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Apr 22, 2020
1 parent 551f498 commit a5d29cb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions apps/settings/appinfo/routes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php

declare(strict_types=1);
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
Expand Down Expand Up @@ -31,14 +33,10 @@
*
*/

namespace OCA\Settings;

use OCA\Settings\AppInfo\Application;

return [
'resources' => [
'AuthSettings' => ['url' => '/settings/personal/authtokens' , 'root' => ''],
],
],
'routes' => [
['name' => 'AuthSettings#wipe', 'url' => '/settings/personal/authtokens/wipe/{id}', 'verb' => 'POST' , 'root' => ''],

Expand Down

0 comments on commit a5d29cb

Please sign in to comment.