1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

Removed namespace

This commit is contained in:
Eldad Fux 2020-07-02 23:33:25 +03:00
parent 66e2e29066
commit d6e85bc39e
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@ use Appwrite\OpenSSL\OpenSSL;
use Appwrite\URL\URL as URLParser;
use Appwrite\Utopia\Response;
use DeviceDetector\DeviceDetector;
use GeoIp2\Database\Reader;
use Utopia\Validator\ArrayList;
$oauthDefaultSuccess = '/auth/oauth2/success';

View file

@ -17,7 +17,6 @@ use Appwrite\Database\Exception\Duplicate;
use Appwrite\Database\Validator\UID;
use Appwrite\Utopia\Response;
use DeviceDetector\DeviceDetector;
use GeoIp2\Database\Reader;
App::post('/v1/users')
->desc('Create User')