summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/hooks.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-02-07 13:14:45 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-02-07 13:14:45 +0100
commit7e874af2c89b5d3c07dae45614693dade74b190e (patch)
treea3204eb9866712232c49a54341658c2df374240b /apps/files_trashbin/lib/hooks.php
parentc81d7b0b903b15e57676ea249ee90707c1d7a3f6 (diff)
downloadnextcloud-server-7e874af2c89b5d3c07dae45614693dade74b190e.tar.gz
nextcloud-server-7e874af2c89b5d3c07dae45614693dade74b190e.zip
rename OCA_Trash to OCA\Files_Trashbin
Diffstat (limited to 'apps/files_trashbin/lib/hooks.php')
-rw-r--r--apps/files_trashbin/lib/hooks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/hooks.php b/apps/files_trashbin/lib/hooks.php
index d3bee105b51..d6a62d447b8 100644
--- a/apps/files_trashbin/lib/hooks.php
+++ b/apps/files_trashbin/lib/hooks.php
@@ -24,7 +24,7 @@
* This class contains all hooks.
*/
-namespace OCA_Trash;
+namespace OCA\Files_Trashbin;
class Hooks {