From 6b719daa14441475450e8aaa0608372eba2aa7aa Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sat, 4 Dec 2021 13:11:34 +0000 Subject: [PATCH] FIXUP POSTING TAG COMP --- components/Tag/Tag.php | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Tag/Tag.php b/components/Tag/Tag.php index 6771f2e095..e7c0f56351 100644 --- a/components/Tag/Tag.php +++ b/components/Tag/Tag.php @@ -33,6 +33,7 @@ use App\Entity\Actor; use App\Entity\Language; use App\Entity\Note; use App\Entity\NoteTag; +use App\Util\Exception\ClientException; use App\Util\Formatting; use App\Util\HTML; use Doctrine\Common\Collections\ExpressionBuilder;