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;