Skip to content

Commit

Permalink
Move FederatedFileSharing to PSR-4
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed May 18, 2016
1 parent 7657824 commit 8dc2532
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/federatedfilesharing/appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@
*
*/

namespace OCA\FederatedFileSharing\AppInfo;

$app = new Application('federatedfilesharing');
$app = new \OCA\FederatedFileSharing\AppInfo\Application('federatedfilesharing');
$app->registerSettings();

0 comments on commit 8dc2532

Please sign in to comment.