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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'environment/environment.php')
-rw-r--r--environment/environment.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/environment/environment.php b/environment/environment.php
index 91a3c191..a2f0c9e3 100644
--- a/environment/environment.php
+++ b/environment/environment.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - galleryplus
+ * ownCloud - gallery
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -12,7 +12,7 @@
* @copyright Authors of \OCA\Files_Sharing\Helper 2014-2015
*/
-namespace OCA\GalleryPlus\Environment;
+namespace OCA\Gallery\Environment;
use OCP\IServerContainer;
use OCP\IUserManager;
@@ -28,7 +28,7 @@ use OCP\Files\NotFoundException;
*
* @todo remove the serverContainer once OCP\IUserManager has a getUserFolder() method
*
- * @package OCA\GalleryPlus\Environment
+ * @package OCA\Gallery\Environment
*/
class Environment {