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/environmentexception.php')
-rw-r--r--environment/environmentexception.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/environment/environmentexception.php b/environment/environmentexception.php
index 0f585101..da5fa568 100644
--- a/environment/environmentexception.php
+++ b/environment/environmentexception.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.
@@ -10,7 +10,7 @@
* @copyright Olivier Paroz 2015
*/
-namespace OCA\GalleryPlus\Environment;
+namespace OCA\Gallery\Environment;
use Exception;