summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-05-04 17:12:24 -0300
committerVitor Mattos <vitor@php.rio>2023-05-05 05:18:58 -0300
commit744ec4cd62979b3c4a4073a624c1f3e3f6e4ec3b (patch)
treeac781d164803601dae79259c10f283cdacf29d1c /lib
parent3c62e4a8e35a92bdd14b433193c4ca4f91a18cb6 (diff)
Run cs:fix to fix a problem outside of this PR
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/AvatarController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/AvatarController.php b/lib/Controller/AvatarController.php
index b069975c0..20b5eab51 100644
--- a/lib/Controller/AvatarController.php
+++ b/lib/Controller/AvatarController.php
@@ -27,7 +27,6 @@ declare(strict_types=1);
namespace OCA\Talk\Controller;
use InvalidArgumentException;
-use OCA\Mail\Service\Avatar\Avatar;
use OCA\Talk\Middleware\Attribute\RequireModeratorParticipant;
use OCA\Talk\Middleware\Attribute\RequireParticipant;
use OCA\Talk\Service\AvatarService;