fixed lint error

This commit is contained in:
prateek banga
2023-10-20 15:03:56 +05:30
parent 6c260223ba
commit e040ecba36
+1 -2
View File
@@ -1,7 +1,5 @@
<?php
use Utopia\CLI\Console;
/**
* Init
*
@@ -79,6 +77,7 @@ use Utopia\Validator\Range;
use Utopia\Validator\IP;
use Utopia\Validator\URL;
use Utopia\Validator\WhiteList;
use Utopia\CLI\Console;
const APP_NAME = 'Appwrite';
const APP_DOMAIN = 'appwrite.io';