summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/hooks.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-09-19 20:59:57 +0200
committerBart Visscher <bartv@thisnet.nl>2013-02-05 17:46:39 +0100
commit148e4facfae0fc4ea0198212882920747014ecce (patch)
treec9353e7c78b3314b35c76e5e5a0dd00b016dd249 /apps/files_versions/lib/hooks.php
parent69fd3f42e51c8667b31cfc70f5c3777e3de484fa (diff)
downloadnextcloud-server-148e4facfae0fc4ea0198212882920747014ecce.tar.gz
nextcloud-server-148e4facfae0fc4ea0198212882920747014ecce.zip
Change files_versions namespace to OCA\Files_Versions
Diffstat (limited to 'apps/files_versions/lib/hooks.php')
-rw-r--r--apps/files_versions/lib/hooks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/lib/hooks.php b/apps/files_versions/lib/hooks.php
index 5cefc532895..dc02c605c44 100644
--- a/apps/files_versions/lib/hooks.php
+++ b/apps/files_versions/lib/hooks.php
@@ -10,7 +10,7 @@
* This class contains all hooks.
*/
-namespace OCA_Versions;
+namespace OCA\Files_Versions;
class Hooks {