From 084bdc71bc3e52953e3952c27e43269736aa7882 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Fri, 15 Apr 2022 00:02:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20correct=20namespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- appinfo/info.xml | 1 + lib/Migration/Version0010Date20200630193751.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3c62ac5..e7424ec 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -19,6 +19,7 @@ Read the [documentation](https://github.com/nextcloud/user_external#readme) to l 2.1.0 agpl Robin Appelman + UserExternal diff --git a/lib/Migration/Version0010Date20200630193751.php b/lib/Migration/Version0010Date20200630193751.php index d1e6ba0..040dd04 100644 --- a/lib/Migration/Version0010Date20200630193751.php +++ b/lib/Migration/Version0010Date20200630193751.php @@ -23,7 +23,7 @@ declare(strict_types=1); * */ -namespace OCA\User_external\Migration; +namespace OCA\UserExternal\Migration; use Closure; use OCP\DB\ISchemaWrapper;