We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4829b48 commit 746b9c6Copy full SHA for 746b9c6
src/Appwrite/Auth/Auth.php
@@ -3,7 +3,7 @@
3
namespace Appwrite\Auth;
4
5
use Utopia\Database\Document;
6
-use Appwrite\Database\Validator\Authorization;
+use Utopia\Database\Validator\Authorization;
7
8
class Auth
9
{
tests/unit/Auth/AuthTest.php
@@ -4,7 +4,7 @@
use Appwrite\Auth\Auth;
use PHPUnit\Framework\TestCase;
10
class AuthTest extends TestCase
0 commit comments