1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Removed unused namespaces and globals

This commit is contained in:
Eldad Fux 2020-07-05 11:03:57 +03:00
parent ef9b50ad46
commit f20851c4a1
3 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,6 @@
<?php
use Utopia\App;
use Utopia\Config\Config;
use Utopia\Domains\Domain;
use Appwrite\Database\Database;
use Appwrite\Database\Validator\Authorization;

View file

@ -3,7 +3,6 @@
require_once __DIR__.'/../init.php';
use Utopia\App;
use Utopia\Config\Config;
use Appwrite\Database\Database;
use Appwrite\Database\Validator\Authorization;
use Cron\CronExpression;

View file

@ -20,7 +20,7 @@ class WebhooksV1
public function perform()
{
global $consoleDB, $request;
global $consoleDB;
$errors = [];