summaryrefslogtreecommitdiffstats
path: root/lib/public/authentication/iapachebackend.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/authentication/iapachebackend.php')
-rw-r--r--lib/public/authentication/iapachebackend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/authentication/iapachebackend.php b/lib/public/authentication/iapachebackend.php
index 5376baf525c..2d2f8c4e486 100644
--- a/lib/public/authentication/iapachebackend.php
+++ b/lib/public/authentication/iapachebackend.php
@@ -1,5 +1,4 @@
<?php
-
/**
* ownCloud - Apache backend
*
@@ -21,6 +20,8 @@
*
*/
+// use OCP namespace for all classes that are considered public.
+// This means that they should be used by apps instead of the internal ownCloud classes
namespace OCP\Authentication;
interface IApacheBackend {