From d9e9837f846da115d0012459983182ee77fb4fd3 Mon Sep 17 00:00:00 2001 From: Iain Date: Mon, 2 Dec 2024 10:11:10 +0100 Subject: [PATCH] Fix code style --- src/Entity/Team.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Entity/Team.php b/src/Entity/Team.php index 5b4d99a..c98c42d 100644 --- a/src/Entity/Team.php +++ b/src/Entity/Team.php @@ -6,9 +6,7 @@ use Doctrine\ORM\Mapping as ORM; use Parthenon\Billing\Entity\CustomerInterface; use Parthenon\Billing\Entity\EmbeddedSubscription; -use Parthenon\Billing\Entity\Subscription; use Parthenon\Common\Address; -use Parthenon\User\Entity\UserInterface; #[ORM\Entity] #[ORM\Table('teams')]