🐛 FIX: correct namespace
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
@@ -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/>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user