Fix spacings

This commit is contained in:
Matej Bačo 2022-04-25 09:03:03 +00:00
parent 806c50bcdb
commit 023e9f0f73
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,8 @@
<?php
namespace Appwrite\Network\Validator;
use Utopia\Validator\Hostname;
use Utopia\Validator\Hostname;
use Utopia\Validator;
/**

View file

@ -1,8 +1,8 @@
<?php
namespace Appwrite\Network\Validator;
use Utopia\Validator\Hostname;
use Utopia\Validator\Hostname;
use Utopia\Validator;
class Origin extends Validator