Move federation code to PSR-4

This commit is contained in:
Joas Schilling 2016-05-09 15:09:50 +02:00
parent 7ca5b35379
commit 0c727f1755
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
13 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
*
*/
namespace OCA\Federation\Middleware ;
namespace OCA\Federation\Middleware;
use OC\HintException;
use OCP\AppFramework\Http;