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')]