Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/controller.php')
-rw-r--r--lib/controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/controller.php b/lib/controller.php
index 27d62b9e..067d61dc 100644
--- a/lib/controller.php
+++ b/lib/controller.php
@@ -9,7 +9,7 @@
* See the COPYING-README file.
*/
-namespace OCA\Tasks_enhanced;
+namespace OCA\Tasks;
use OCP\AppFramework\IAppContainer,
OCP\AppFramework\Controller as BaseController,