Fixed JWT missing namespace

This commit is contained in:
Eldad Fux
2021-06-12 22:37:19 +03:00
parent 7a3221168e
commit b4fcbbe062
+1
View File
@@ -1,5 +1,6 @@
<?php
use Ahc\Jwt\JWT;
use Appwrite\Auth\Auth;
use Appwrite\Auth\Validator\Password;
use Appwrite\Detector\Detector;