Move FederatedFileSharing to PSR-4

This commit is contained in:
Joas Schilling 2016-05-18 15:28:50 +02:00
parent 765782445a
commit 8dc25321d3
No known key found for this signature in database
GPG key ID: 70A0B324C41C0946
12 changed files with 1 additions and 3 deletions

View file

@ -19,7 +19,5 @@
*
*/
namespace OCA\FederatedFileSharing\AppInfo;
$app = new Application('federatedfilesharing');
$app = new \OCA\FederatedFileSharing\AppInfo\Application('federatedfilesharing');
$app->registerSettings();