1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Fixed formatting

This commit is contained in:
Eldad Fux 2024-04-22 14:19:37 +02:00
parent ab6744df3a
commit 19f8b13cfe
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,5 @@
<?php
use PHPMailer\PHPMailer\PHPMailer;
use Utopia\VCS\Adapter\Git\GitHub;

View file

@ -32,7 +32,6 @@ use Utopia\DI\Dependency;
use Utopia\Logger\Log;
use Utopia\Logger\Logger;
use Utopia\Platform\Service;
use Utopia\Pools\Group;
use Utopia\Queue\Connection;
use Utopia\Queue\Connection\Redis;
use Utopia\Queue\Message;