🐛 FIX: correct namespace

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
Jonas Sulzer
2022-04-15 00:02:50 +02:00
parent 2c86494ea6
commit 084bdc71bc
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ Read the [documentation](https://github.com/nextcloud/user_external#readme) to l
<version>2.1.0</version> <version>2.1.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Robin Appelman</author> <author>Robin Appelman</author>
<namespace>UserExternal</namespace>
<types> <types>
<prelogin/> <prelogin/>
<authentication/> <authentication/>

View File

@@ -23,7 +23,7 @@ declare(strict_types=1);
* *
*/ */
namespace OCA\User_external\Migration; namespace OCA\UserExternal\Migration;
use Closure; use Closure;
use OCP\DB\ISchemaWrapper; use OCP\DB\ISchemaWrapper;